mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
These interface types only exist for Closure compilation compatibility between V1 and V2/3, but there's no reason to have them in our TypeScript types. - PolymerDomApi -> DomApi - PolymerDomApi.ObserveHandle -> FlattenedNodesObserver
42 lines
882 B
JSON
42 lines
882 B
JSON
{
|
|
"excludeFiles": [
|
|
"dist/**",
|
|
"externs/**",
|
|
"gulpfile.js",
|
|
"test/**",
|
|
"util/**",
|
|
"index.html"
|
|
],
|
|
"removeReferences": [
|
|
"../shadycss/apply-shim.d.ts",
|
|
"../shadycss/custom-style-interface.d.ts"
|
|
],
|
|
"renameTypes": {
|
|
"Polymer_PropertyEffects": "PropertyEffects",
|
|
"PolymerDomApi": "DomApi",
|
|
"PolymerDomApi.ObserveHandle": "FlattenedNodesObserver"
|
|
},
|
|
"autoImport": {
|
|
"./interfaces": [
|
|
"PolymerElementPropertiesMeta",
|
|
"PolymerElementProperties",
|
|
"PolymerInit",
|
|
"StampedTemplate",
|
|
"NodeInfo",
|
|
"TemplateInfo",
|
|
"LiteralBindingPart",
|
|
"MethodArg",
|
|
"MethodSignature",
|
|
"ExpressionBindingPart",
|
|
"BindingPart",
|
|
"Binding",
|
|
"AsyncInterface",
|
|
"GestureRecognizer",
|
|
"IdleDeadline"
|
|
],
|
|
"./lib/utils/debounce.js": [
|
|
"Debouncer"
|
|
]
|
|
}
|
|
}
|