chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-04 01:12:55 -07:00
parent 9341cd9554
commit 1525c89733
274 changed files with 1755 additions and 2733 deletions

View File

@@ -1,9 +1,4 @@
/**
* @module "js-libs/easysax"
* @private
*/ /** */
//@private
//@private
export class EasySAXParser {
constructor();
parse(xml: string): void;

View File

@@ -1,8 +1,4 @@
/**
* @module "js-libs/esprima"
*/ /** */
/* tslint:disable */
/* tslint:disable */
// Type definitions for Esprima v1.2.0
// Project: http://esprima.org

View File

@@ -1,9 +1,4 @@
/**
* @module "js-libs/polymer-expressions"
* @private
*/ /** */
//@private
//@private
export class PolymerExpressions {
static getExpression(expression: string): Expression;
}