From 8b2ea7bce2edbee0672c4adea338f668a356a8ea Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Wed, 29 Apr 2020 13:57:09 -0700 Subject: [PATCH] Remove "DO NOT EDIT" warning comments. --- lib/elements/array-selector.d.ts | 11 ----------- lib/elements/custom-style.d.ts | 11 ----------- lib/elements/dom-bind.d.ts | 11 ----------- lib/elements/dom-if.d.ts | 11 ----------- lib/elements/dom-module.d.ts | 11 ----------- lib/elements/dom-repeat.d.ts | 11 ----------- lib/legacy/class.d.ts | 11 ----------- lib/legacy/legacy-data-mixin.d.ts | 11 ----------- lib/legacy/legacy-element-mixin.d.ts | 11 ----------- lib/legacy/mutable-data-behavior.d.ts | 11 ----------- lib/legacy/polymer-fn.d.ts | 11 ----------- lib/legacy/polymer.dom.d.ts | 11 ----------- lib/legacy/templatizer-behavior.d.ts | 11 ----------- lib/mixins/dir-mixin.d.ts | 11 ----------- lib/mixins/disable-upgrade-mixin.d.ts | 11 ----------- lib/mixins/element-mixin.d.ts | 11 ----------- lib/mixins/gesture-event-listeners.d.ts | 11 ----------- lib/mixins/mutable-data.d.ts | 11 ----------- lib/mixins/properties-changed.d.ts | 11 ----------- lib/mixins/properties-mixin.d.ts | 11 ----------- lib/mixins/property-accessors.d.ts | 11 ----------- lib/mixins/property-effects.d.ts | 11 ----------- lib/mixins/strict-binding-parser.d.ts | 11 ----------- lib/mixins/template-stamp.d.ts | 11 ----------- lib/utils/array-splice.d.ts | 11 ----------- lib/utils/async.d.ts | 11 ----------- lib/utils/boot.d.ts | 11 ----------- lib/utils/case-map.d.ts | 11 ----------- lib/utils/debounce.d.ts | 11 ----------- lib/utils/flattened-nodes-observer.d.ts | 11 ----------- lib/utils/flush.d.ts | 11 ----------- lib/utils/gestures.d.ts | 11 ----------- lib/utils/hide-template-controls.d.ts | 11 ----------- lib/utils/html-tag.d.ts | 11 ----------- lib/utils/mixin.d.ts | 11 ----------- lib/utils/path.d.ts | 11 ----------- lib/utils/render-status.d.ts | 11 ----------- lib/utils/resolve-url.d.ts | 11 ----------- lib/utils/scope-subtree.d.ts | 11 ----------- lib/utils/settings.d.ts | 11 ----------- lib/utils/style-gather.d.ts | 11 ----------- lib/utils/telemetry.d.ts | 11 ----------- lib/utils/templatize.d.ts | 11 ----------- lib/utils/unresolved.d.ts | 11 ----------- lib/utils/wrap.d.ts | 11 ----------- polymer-element.d.ts | 11 ----------- polymer-legacy.d.ts | 11 ----------- 47 files changed, 517 deletions(-) diff --git a/lib/elements/array-selector.d.ts b/lib/elements/array-selector.d.ts index 44bd943adb..90e374e0bc 100644 --- a/lib/elements/array-selector.d.ts +++ b/lib/elements/array-selector.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/elements/array-selector.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/elements/custom-style.d.ts b/lib/elements/custom-style.d.ts index 5f91430b27..2207ff1478 100644 --- a/lib/elements/custom-style.d.ts +++ b/lib/elements/custom-style.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/elements/custom-style.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {cssFromModules} from '../utils/style-gather.js'; diff --git a/lib/elements/dom-bind.d.ts b/lib/elements/dom-bind.d.ts index 039473df9d..f68b9e14ed 100644 --- a/lib/elements/dom-bind.d.ts +++ b/lib/elements/dom-bind.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/elements/dom-bind.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {PropertyEffects} from '../mixins/property-effects.js'; diff --git a/lib/elements/dom-if.d.ts b/lib/elements/dom-if.d.ts index a12e5fadf9..fda395270e 100644 --- a/lib/elements/dom-if.d.ts +++ b/lib/elements/dom-if.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/elements/dom-if.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {PolymerElement} from '../../polymer-element.js'; diff --git a/lib/elements/dom-module.d.ts b/lib/elements/dom-module.d.ts index e0ff39e364..3d9132488c 100644 --- a/lib/elements/dom-module.d.ts +++ b/lib/elements/dom-module.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/elements/dom-module.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/elements/dom-repeat.d.ts b/lib/elements/dom-repeat.d.ts index 5d85fc0ca0..b584d27526 100644 --- a/lib/elements/dom-repeat.d.ts +++ b/lib/elements/dom-repeat.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/elements/dom-repeat.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/legacy/class.d.ts b/lib/legacy/class.d.ts index af1260f399..3d45b53cf1 100644 --- a/lib/legacy/class.d.ts +++ b/lib/legacy/class.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/legacy/class.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/legacy/legacy-data-mixin.d.ts b/lib/legacy/legacy-data-mixin.d.ts index 6c86234b8f..6673c1acc6 100644 --- a/lib/legacy/legacy-data-mixin.d.ts +++ b/lib/legacy/legacy-data-mixin.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/legacy/legacy-data-mixin.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/legacy/legacy-element-mixin.d.ts b/lib/legacy/legacy-element-mixin.d.ts index 309983d011..87a95f00c7 100644 --- a/lib/legacy/legacy-element-mixin.d.ts +++ b/lib/legacy/legacy-element-mixin.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/legacy/legacy-element-mixin.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/legacy/mutable-data-behavior.d.ts b/lib/legacy/mutable-data-behavior.d.ts index 8d86b9759c..d06f56fc0a 100644 --- a/lib/legacy/mutable-data-behavior.d.ts +++ b/lib/legacy/mutable-data-behavior.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/legacy/mutable-data-behavior.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/legacy/polymer-fn.d.ts b/lib/legacy/polymer-fn.d.ts index ace7707741..57a26a66ed 100644 --- a/lib/legacy/polymer-fn.d.ts +++ b/lib/legacy/polymer-fn.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/legacy/polymer-fn.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {Class} from './class.js'; diff --git a/lib/legacy/polymer.dom.d.ts b/lib/legacy/polymer.dom.d.ts index 609947e364..d8dff4e1f1 100644 --- a/lib/legacy/polymer.dom.d.ts +++ b/lib/legacy/polymer.dom.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/legacy/polymer.dom.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/legacy/templatizer-behavior.d.ts b/lib/legacy/templatizer-behavior.d.ts index 6dd2151da4..ed5ad73a70 100644 --- a/lib/legacy/templatizer-behavior.d.ts +++ b/lib/legacy/templatizer-behavior.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/legacy/templatizer-behavior.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {TemplateInstanceBase, templatize, modelForElement} from '../utils/templatize.js'; diff --git a/lib/mixins/dir-mixin.d.ts b/lib/mixins/dir-mixin.d.ts index 076e021889..5e62ed4708 100644 --- a/lib/mixins/dir-mixin.d.ts +++ b/lib/mixins/dir-mixin.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/dir-mixin.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/disable-upgrade-mixin.d.ts b/lib/mixins/disable-upgrade-mixin.d.ts index 05eae16ced..9c9e6e2ed4 100644 --- a/lib/mixins/disable-upgrade-mixin.d.ts +++ b/lib/mixins/disable-upgrade-mixin.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/disable-upgrade-mixin.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/element-mixin.d.ts b/lib/mixins/element-mixin.d.ts index 6554fdb762..f9eef31279 100644 --- a/lib/mixins/element-mixin.d.ts +++ b/lib/mixins/element-mixin.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/element-mixin.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/gesture-event-listeners.d.ts b/lib/mixins/gesture-event-listeners.d.ts index 663b0f842b..49af2b8cad 100644 --- a/lib/mixins/gesture-event-listeners.d.ts +++ b/lib/mixins/gesture-event-listeners.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/gesture-event-listeners.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/mutable-data.d.ts b/lib/mixins/mutable-data.d.ts index 9720e6eddb..a06bc0858b 100644 --- a/lib/mixins/mutable-data.d.ts +++ b/lib/mixins/mutable-data.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/mutable-data.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/properties-changed.d.ts b/lib/mixins/properties-changed.d.ts index f3a123e43e..98804e131c 100644 --- a/lib/mixins/properties-changed.d.ts +++ b/lib/mixins/properties-changed.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/properties-changed.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/properties-mixin.d.ts b/lib/mixins/properties-mixin.d.ts index ebbdc22a14..96e7ccef87 100644 --- a/lib/mixins/properties-mixin.d.ts +++ b/lib/mixins/properties-mixin.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/properties-mixin.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/property-accessors.d.ts b/lib/mixins/property-accessors.d.ts index be2a7fea4d..259e191393 100644 --- a/lib/mixins/property-accessors.d.ts +++ b/lib/mixins/property-accessors.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/property-accessors.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/property-effects.d.ts b/lib/mixins/property-effects.d.ts index fb2d88f7f8..02ebc40e57 100644 --- a/lib/mixins/property-effects.d.ts +++ b/lib/mixins/property-effects.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/property-effects.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/strict-binding-parser.d.ts b/lib/mixins/strict-binding-parser.d.ts index 72b490586b..1161ec22aa 100644 --- a/lib/mixins/strict-binding-parser.d.ts +++ b/lib/mixins/strict-binding-parser.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/strict-binding-parser.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/mixins/template-stamp.d.ts b/lib/mixins/template-stamp.d.ts index 08f080b9d9..fb7b2f8aa7 100644 --- a/lib/mixins/template-stamp.d.ts +++ b/lib/mixins/template-stamp.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/mixins/template-stamp.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/array-splice.d.ts b/lib/utils/array-splice.d.ts index 8a75801910..965fff77f3 100644 --- a/lib/utils/array-splice.d.ts +++ b/lib/utils/array-splice.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/array-splice.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/async.d.ts b/lib/utils/async.d.ts index 3b48cc2279..00c4f12c0a 100644 --- a/lib/utils/async.d.ts +++ b/lib/utils/async.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/async.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. /** diff --git a/lib/utils/boot.d.ts b/lib/utils/boot.d.ts index 2c9266d87f..fa456d79cd 100644 --- a/lib/utils/boot.d.ts +++ b/lib/utils/boot.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/boot.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. diff --git a/lib/utils/case-map.d.ts b/lib/utils/case-map.d.ts index 364b90b4e4..efe0d0226d 100644 --- a/lib/utils/case-map.d.ts +++ b/lib/utils/case-map.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/case-map.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. export {dashToCamelCase}; diff --git a/lib/utils/debounce.d.ts b/lib/utils/debounce.d.ts index d574ea14a1..9ea43021f8 100644 --- a/lib/utils/debounce.d.ts +++ b/lib/utils/debounce.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/debounce.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/flattened-nodes-observer.d.ts b/lib/utils/flattened-nodes-observer.d.ts index 80551c7039..51ec9a19bd 100644 --- a/lib/utils/flattened-nodes-observer.d.ts +++ b/lib/utils/flattened-nodes-observer.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/flattened-nodes-observer.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/flush.d.ts b/lib/utils/flush.d.ts index fe77c892df..1bc8779d04 100644 --- a/lib/utils/flush.d.ts +++ b/lib/utils/flush.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/flush.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {enqueueDebouncer, flushDebouncers} from '../utils/debounce.js'; diff --git a/lib/utils/gestures.d.ts b/lib/utils/gestures.d.ts index 24c801fb2e..e9d6147c20 100644 --- a/lib/utils/gestures.d.ts +++ b/lib/utils/gestures.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/gestures.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {timeOut, microTask} from './async.js'; diff --git a/lib/utils/hide-template-controls.d.ts b/lib/utils/hide-template-controls.d.ts index f47eec2e59..62319b310a 100644 --- a/lib/utils/hide-template-controls.d.ts +++ b/lib/utils/hide-template-controls.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/hide-template-controls.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. export {hideElementsGlobally}; diff --git a/lib/utils/html-tag.d.ts b/lib/utils/html-tag.d.ts index a3105d7312..4b7b7a2610 100644 --- a/lib/utils/html-tag.d.ts +++ b/lib/utils/html-tag.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/html-tag.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/mixin.d.ts b/lib/utils/mixin.d.ts index 5d9060ae9d..4f519e657d 100644 --- a/lib/utils/mixin.d.ts +++ b/lib/utils/mixin.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/mixin.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. export {dedupingMixin}; diff --git a/lib/utils/path.d.ts b/lib/utils/path.d.ts index 9b216940be..2d8d7e07f1 100644 --- a/lib/utils/path.d.ts +++ b/lib/utils/path.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/path.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/render-status.d.ts b/lib/utils/render-status.d.ts index 98f25c5ae5..993354c13b 100644 --- a/lib/utils/render-status.d.ts +++ b/lib/utils/render-status.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/render-status.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/resolve-url.d.ts b/lib/utils/resolve-url.d.ts index e3f43dfcc3..eb36fb8020 100644 --- a/lib/utils/resolve-url.d.ts +++ b/lib/utils/resolve-url.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/resolve-url.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. export {resolveUrl}; diff --git a/lib/utils/scope-subtree.d.ts b/lib/utils/scope-subtree.d.ts index 6b085f3830..1553d30da8 100644 --- a/lib/utils/scope-subtree.d.ts +++ b/lib/utils/scope-subtree.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/scope-subtree.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. export {scopeSubtree}; diff --git a/lib/utils/settings.d.ts b/lib/utils/settings.d.ts index 3bb85df991..046d4baa6a 100644 --- a/lib/utils/settings.d.ts +++ b/lib/utils/settings.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/settings.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/style-gather.d.ts b/lib/utils/style-gather.d.ts index c2aa02db45..ec6a472516 100644 --- a/lib/utils/style-gather.d.ts +++ b/lib/utils/style-gather.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/style-gather.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {DomModule} from '../elements/dom-module.js'; diff --git a/lib/utils/telemetry.d.ts b/lib/utils/telemetry.d.ts index a42d1226cc..c5c840b48e 100644 --- a/lib/utils/telemetry.d.ts +++ b/lib/utils/telemetry.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/telemetry.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. export {incrementInstanceCount}; diff --git a/lib/utils/templatize.d.ts b/lib/utils/templatize.d.ts index 93fa8c1a96..4b3c3136d7 100644 --- a/lib/utils/templatize.d.ts +++ b/lib/utils/templatize.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/templatize.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today diff --git a/lib/utils/unresolved.d.ts b/lib/utils/unresolved.d.ts index 60fb70e990..fa456d79cd 100644 --- a/lib/utils/unresolved.d.ts +++ b/lib/utils/unresolved.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/unresolved.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. diff --git a/lib/utils/wrap.d.ts b/lib/utils/wrap.d.ts index 7268f3b8b1..fa456d79cd 100644 --- a/lib/utils/wrap.d.ts +++ b/lib/utils/wrap.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * lib/utils/wrap.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. diff --git a/polymer-element.d.ts b/polymer-element.d.ts index 683018f4b6..881b4af3d4 100644 --- a/polymer-element.d.ts +++ b/polymer-element.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * polymer-element.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {ElementMixin} from './lib/mixins/element-mixin.js'; diff --git a/polymer-legacy.d.ts b/polymer-legacy.d.ts index 897521eeaa..77e5c127ec 100644 --- a/polymer-legacy.d.ts +++ b/polymer-legacy.d.ts @@ -1,14 +1,3 @@ -/** - * DO NOT EDIT - * - * This file was automatically generated by - * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations - * - * To modify these typings, edit the source file(s): - * polymer-legacy.js - */ - - // tslint:disable:variable-name Describing an API that's defined elsewhere. import {LegacyElementMixin} from './lib/legacy/legacy-element-mixin.js';