Skip to content

Commit

Permalink
Revert types.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 8, 2018
1 parent ef579e2 commit dea9080
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 71 deletions.
10 changes: 0 additions & 10 deletions types/externs/closure-types.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions types/externs/polymer-externs.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions types/externs/polymer-internal-shared-types.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions types/externs/webcomponents-externs.d.ts

This file was deleted.

18 changes: 0 additions & 18 deletions types/gulpfile.d.ts

This file was deleted.

4 changes: 4 additions & 0 deletions types/lib/legacy/mutable-data-behavior.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ declare namespace Polymer {
_shouldPropertyChange(property: string, value: any, old: any): boolean;
}

const MutableDataBehavior: object;

/**
* Legacy element behavior to add the optional ability to skip strict
* dirty-checking for objects and arrays (always consider them to be
Expand Down Expand Up @@ -128,4 +130,6 @@ declare namespace Polymer {
*/
_shouldPropertyChange(property: string, value: any, old: any): boolean;
}

const OptionalMutableDataBehavior: object;
}
2 changes: 2 additions & 0 deletions types/lib/legacy/templatizer-behavior.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ declare namespace Polymer {
*/
modelForElement(el: HTMLElement|null): TemplateInstanceBase|null;
}

const Templatizer: object;
}
13 changes: 0 additions & 13 deletions types/util/minimalDocument.d.ts

This file was deleted.

0 comments on commit dea9080

Please sign in to comment.