Skip to content

Commit

Permalink
Bump TypeScript generator version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Feb 7, 2018
1 parent 3ede9b5 commit 3e43219
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 65 deletions.
2 changes: 1 addition & 1 deletion gen-tsd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exclude": [
"excludeFiles": [
"dist/**",
"externs/**",
"gulpfile.js",
Expand Down
155 changes: 92 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@polymer/gen-closure-declarations": "^0.4.0",
"@polymer/gen-typescript-declarations": "^0.3.6",
"@polymer/gen-typescript-declarations": "^1.1.1",
"@webcomponents/shadycss": "^1.1.0",
"@webcomponents/webcomponentsjs": "^1.1.0",
"babel-preset-minify": "^0.2.0",
Expand Down
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;
}

0 comments on commit 3e43219

Please sign in to comment.