UNPKG

25.1 kBJSONView Raw
1{
2 "files": {
3 "polymer.html": {
4 "convertedUrl": "polymer-legacy.js",
5 "exports": {
6 "Polymer.Base": "Base",
7 "Polymer.html": "html"
8 }
9 },
10 "lib/legacy/legacy-element-mixin.html": {
11 "convertedUrl": "lib/legacy/legacy-element-mixin.js",
12 "exports": {
13 "Polymer.LegacyElementMixin": "LegacyElementMixin"
14 }
15 },
16 "lib/mixins/element-mixin.html": {
17 "convertedUrl": "lib/mixins/element-mixin.js",
18 "exports": {
19 "Polymer.ElementMixin": "ElementMixin",
20 "Polymer.telemetry.instanceCount": "instanceCount",
21 "Polymer.telemetry.registrations": "registrations",
22 "Polymer.telemetry._regLog": "_regLog",
23 "Polymer.telemetry.register": "register",
24 "Polymer.telemetry.dumpRegistrations": "dumpRegistrations",
25 "Polymer.telemetry": "*",
26 "Polymer.updateStyles": "updateStyles"
27 }
28 },
29 "lib/utils/boot.html": {
30 "convertedUrl": "lib/utils/boot.js",
31 "exports": {}
32 },
33 "lib/utils/settings.html": {
34 "convertedUrl": "lib/utils/settings.js",
35 "exports": {
36 "Polymer.Settings.useShadow": "useShadow",
37 "Polymer.Settings.useNativeCSSProperties": "useNativeCSSProperties",
38 "Polymer.Settings.useNativeCustomElements": "useNativeCustomElements",
39 "Polymer.rootPath": "rootPath",
40 "Polymer.setRootPath": "setRootPath",
41 "Polymer.sanitizeDOMValue": "sanitizeDOMValue",
42 "Polymer.setSanitizeDOMValue": "setSanitizeDOMValue",
43 "Polymer.passiveTouchGestures": "passiveTouchGestures",
44 "Polymer.setPassiveTouchGestures": "setPassiveTouchGestures"
45 }
46 },
47 "lib/utils/resolve-url.html": {
48 "convertedUrl": "lib/utils/resolve-url.js",
49 "exports": {
50 "Polymer.ResolveUrl.resolveCss": "resolveCss",
51 "Polymer.ResolveUrl.resolveUrl": "resolveUrl",
52 "Polymer.ResolveUrl.pathFromUrl": "pathFromUrl",
53 "Polymer.ResolveUrl": "*"
54 }
55 },
56 "lib/utils/mixin.html": {
57 "convertedUrl": "lib/utils/mixin.js",
58 "exports": {
59 "Polymer.dedupingMixin": "dedupingMixin"
60 }
61 },
62 "lib/utils/style-gather.html": {
63 "convertedUrl": "lib/utils/style-gather.js",
64 "exports": {
65 "Polymer.StyleGather.stylesFromModules": "stylesFromModules",
66 "Polymer.StyleGather.stylesFromModule": "stylesFromModule",
67 "Polymer.StyleGather.stylesFromTemplate": "stylesFromTemplate",
68 "Polymer.StyleGather.stylesFromModuleImports": "stylesFromModuleImports",
69 "Polymer.StyleGather._stylesFromModuleImports": "_stylesFromModuleImports",
70 "Polymer.StyleGather.cssFromModules": "cssFromModules",
71 "Polymer.StyleGather.cssFromModule": "cssFromModule",
72 "Polymer.StyleGather.cssFromTemplate": "cssFromTemplate",
73 "Polymer.StyleGather.cssFromModuleImports": "cssFromModuleImports",
74 "Polymer.StyleGather._cssFromModuleImports": "_cssFromModuleImports",
75 "Polymer.StyleGather": "*"
76 }
77 },
78 "lib/elements/dom-module.html": {
79 "convertedUrl": "lib/elements/dom-module.js",
80 "exports": {
81 "Polymer.DomModule": "DomModule"
82 }
83 },
84 "lib/mixins/property-effects.html": {
85 "convertedUrl": "lib/mixins/property-effects.js",
86 "exports": {
87 "Polymer.PropertyEffects": "PropertyEffects"
88 }
89 },
90 "lib/utils/path.html": {
91 "convertedUrl": "lib/utils/path.js",
92 "exports": {
93 "Path.isDeep": "isDeep",
94 "Polymer.Path.isPath": "isPath",
95 "Polymer.Path.root": "root",
96 "Polymer.Path.isAncestor": "isAncestor",
97 "Polymer.Path.isDescendant": "isDescendant",
98 "Polymer.Path.translate": "translate",
99 "Polymer.Path.matches": "matches",
100 "Polymer.Path.normalize": "normalize",
101 "Polymer.Path.split": "split",
102 "Polymer.Path.get": "get",
103 "Polymer.Path.set": "set",
104 "Polymer.Path": "*"
105 }
106 },
107 "lib/utils/case-map.html": {
108 "convertedUrl": "lib/utils/case-map.js",
109 "exports": {
110 "Polymer.CaseMap.dashToCamelCase": "dashToCamelCase",
111 "Polymer.CaseMap.camelToDashCase": "camelToDashCase",
112 "Polymer.CaseMap": "*"
113 }
114 },
115 "lib/mixins/property-accessors.html": {
116 "convertedUrl": "lib/mixins/property-accessors.js",
117 "exports": {
118 "Polymer.PropertyAccessors": "PropertyAccessors"
119 }
120 },
121 "lib/mixins/properties-changed.html": {
122 "convertedUrl": "lib/mixins/properties-changed.js",
123 "exports": {
124 "Polymer.PropertiesChanged": "PropertiesChanged"
125 }
126 },
127 "lib/utils/async.html": {
128 "convertedUrl": "lib/utils/async.js",
129 "exports": {
130 "Polymer.Async.timeOut": "timeOut",
131 "Polymer.Async.animationFrame": "animationFrame",
132 "Polymer.Async.idlePeriod": "idlePeriod",
133 "Polymer.Async.microTask": "microTask",
134 "Polymer.Async": "*"
135 }
136 },
137 "lib/mixins/template-stamp.html": {
138 "convertedUrl": "lib/mixins/template-stamp.js",
139 "exports": {
140 "Polymer.TemplateStamp": "TemplateStamp"
141 }
142 },
143 "lib/mixins/properties-mixin.html": {
144 "convertedUrl": "lib/mixins/properties-mixin.js",
145 "exports": {
146 "Polymer.PropertiesMixin": "PropertiesMixin"
147 }
148 },
149 "lib/mixins/gesture-event-listeners.html": {
150 "convertedUrl": "lib/mixins/gesture-event-listeners.js",
151 "exports": {
152 "Polymer.GestureEventListeners": "GestureEventListeners"
153 }
154 },
155 "lib/utils/gestures.html": {
156 "convertedUrl": "lib/utils/gestures.js",
157 "exports": {
158 "Gestures.findOriginalTarget": "findOriginalTarget",
159 "Gestures.add": "add",
160 "Gestures.remove": "remove",
161 "Polymer.Gestures.gestures": "gestures",
162 "Polymer.Gestures.recognizers": "recognizers",
163 "Polymer.Gestures.deepTargetFind": "deepTargetFind",
164 "Polymer.Gestures._findOriginalTarget": "_findOriginalTarget",
165 "Polymer.Gestures._handleNative": "_handleNative",
166 "Polymer.Gestures._handleTouchAction": "_handleTouchAction",
167 "Polymer.Gestures.addListener": "addListener",
168 "Polymer.Gestures.removeListener": "removeListener",
169 "Polymer.Gestures._add": "_add",
170 "Polymer.Gestures._remove": "_remove",
171 "Polymer.Gestures.register": "register",
172 "Polymer.Gestures._findRecognizerByEvent": "_findRecognizerByEvent",
173 "Polymer.Gestures.setTouchAction": "setTouchAction",
174 "Polymer.Gestures._fire": "_fire",
175 "Polymer.Gestures.prevent": "prevent",
176 "Polymer.Gestures.resetMouseCanceller": "resetMouseCanceller",
177 "Polymer.Gestures": "*"
178 }
179 },
180 "lib/utils/debounce.html": {
181 "convertedUrl": "lib/utils/debounce.js",
182 "exports": {
183 "Polymer.Debouncer": "Debouncer"
184 }
185 },
186 "lib/mixins/dir-mixin.html": {
187 "convertedUrl": "lib/mixins/dir-mixin.js",
188 "exports": {
189 "Polymer.DirMixin": "DirMixin"
190 }
191 },
192 "lib/utils/render-status.html": {
193 "convertedUrl": "lib/utils/render-status.js",
194 "exports": {
195 "Polymer.RenderStatus.beforeNextRender": "beforeNextRender",
196 "Polymer.RenderStatus.afterNextRender": "afterNextRender",
197 "Polymer.RenderStatus.flush": "flush",
198 "Polymer.RenderStatus": "*"
199 }
200 },
201 "lib/utils/unresolved.html": {
202 "convertedUrl": "lib/utils/unresolved.js",
203 "exports": {}
204 },
205 "lib/legacy/polymer.dom.html": {
206 "convertedUrl": "lib/legacy/polymer.dom.js",
207 "exports": {
208 "Polymer.DomApi": "DomApi",
209 "Polymer.dom": "dom",
210 "Polymer.dom.matchesSelector": "matchesSelector",
211 "Polymer.dom.flush": "flush",
212 "Polymer.dom.addDebouncer": "addDebouncer"
213 }
214 },
215 "lib/utils/flattened-nodes-observer.html": {
216 "convertedUrl": "lib/utils/flattened-nodes-observer.js",
217 "exports": {
218 "Polymer.FlattenedNodesObserver": "FlattenedNodesObserver"
219 }
220 },
221 "lib/utils/array-splice.html": {
222 "convertedUrl": "lib/utils/array-splice.js",
223 "exports": {
224 "Polymer.ArraySplice.calculateSplices": "calculateSplices",
225 "Polymer.ArraySplice": "*"
226 }
227 },
228 "lib/utils/flush.html": {
229 "convertedUrl": "lib/utils/flush.js",
230 "exports": {
231 "Polymer.enqueueDebouncer": "enqueueDebouncer",
232 "Polymer.flush": "flush"
233 }
234 },
235 "lib/legacy/polymer-fn.html": {
236 "convertedUrl": "lib/legacy/polymer-fn.js",
237 "exports": {
238 "Polymer": "Polymer"
239 }
240 },
241 "lib/legacy/class.html": {
242 "convertedUrl": "lib/legacy/class.js",
243 "exports": {
244 "Polymer.Class": "Class",
245 "Polymer.mixinBehaviors": "mixinBehaviors"
246 }
247 },
248 "lib/legacy/templatizer-behavior.html": {
249 "convertedUrl": "lib/legacy/templatizer-behavior.js",
250 "exports": {
251 "Polymer.Templatizer": "Templatizer"
252 }
253 },
254 "lib/utils/templatize.html": {
255 "convertedUrl": "lib/utils/templatize.js",
256 "exports": {
257 "Polymer.Templatize.templatize": "templatize",
258 "Polymer.Templatize.modelForElement": "modelForElement",
259 "Polymer.Templatize": "*",
260 "Polymer.TemplateInstanceBase": "TemplateInstanceBase"
261 }
262 },
263 "lib/mixins/mutable-data.html": {
264 "convertedUrl": "lib/mixins/mutable-data.js",
265 "exports": {
266 "Polymer.MutableData": "MutableData",
267 "Polymer.OptionalMutableData": "OptionalMutableData"
268 }
269 },
270 "lib/elements/dom-bind.html": {
271 "convertedUrl": "lib/elements/dom-bind.js",
272 "exports": {
273 "Polymer.DomBind": "DomBind"
274 }
275 },
276 "lib/elements/dom-repeat.html": {
277 "convertedUrl": "lib/elements/dom-repeat.js",
278 "exports": {
279 "Polymer.DomRepeat": "DomRepeat"
280 }
281 },
282 "polymer-element.html": {
283 "convertedUrl": "polymer-element.js",
284 "exports": {
285 "Polymer.Element": "PolymerElement",
286 "Polymer.html": "html"
287 }
288 },
289 "lib/utils/html-tag.html": {
290 "convertedUrl": "lib/utils/html-tag.js",
291 "exports": {
292 "Polymer.html": "html",
293 "Polymer.htmlLiteral": "htmlLiteral"
294 }
295 },
296 "lib/elements/dom-if.html": {
297 "convertedUrl": "lib/elements/dom-if.js",
298 "exports": {
299 "Polymer.DomIf": "DomIf"
300 }
301 },
302 "lib/elements/array-selector.html": {
303 "convertedUrl": "lib/elements/array-selector.js",
304 "exports": {
305 "Polymer.ArraySelectorMixin": "ArraySelectorMixin",
306 "Polymer.ArraySelector": "ArraySelector"
307 }
308 },
309 "lib/elements/custom-style.html": {
310 "convertedUrl": "lib/elements/custom-style.js",
311 "exports": {
312 "Polymer.CustomStyle": "CustomStyle"
313 }
314 },
315 "lib/legacy/mutable-data-behavior.html": {
316 "convertedUrl": "lib/legacy/mutable-data-behavior.js",
317 "exports": {
318 "Polymer.MutableDataBehavior": "MutableDataBehavior",
319 "Polymer.OptionalMutableDataBehavior": "OptionalMutableDataBehavior"
320 }
321 },
322 "index.html": {
323 "convertedUrl": "index.html",
324 "exports": {}
325 },
326 "externs/polymer-internal-types.html": {
327 "convertedUrl": "externs/polymer-internal-types.html",
328 "exports": {}
329 },
330 "test/runner.html": {
331 "convertedUrl": "test/runner.html",
332 "exports": {}
333 },
334 "test/smoke/alacarte-property-accessors.html": {
335 "convertedUrl": "test/smoke/alacarte-property-accessors.html",
336 "exports": {}
337 },
338 "test/smoke/alacarte-property-effects-ordering.html": {
339 "convertedUrl": "test/smoke/alacarte-property-effects-ordering.html",
340 "exports": {}
341 },
342 "test/smoke/alacarte-property-effects.html": {
343 "convertedUrl": "test/smoke/alacarte-property-effects.html",
344 "exports": {}
345 },
346 "test/smoke/alacarte-template-stamp.html": {
347 "convertedUrl": "test/smoke/alacarte-template-stamp.html",
348 "exports": {}
349 },
350 "test/smoke/behavior-mixin.html": {
351 "convertedUrl": "test/smoke/behavior-mixin.html",
352 "exports": {}
353 },
354 "test/smoke/data-table.html": {
355 "convertedUrl": "test/smoke/data-table.html",
356 "exports": {}
357 },
358 "test/smoke/dirty-check.html": {
359 "convertedUrl": "test/smoke/dirty-check.html",
360 "exports": {}
361 },
362 "test/smoke/disable-upgrade.html": {
363 "convertedUrl": "test/smoke/disable-upgrade.html",
364 "exports": {}
365 },
366 "lib/mixins/disable-upgrade-mixin.html": {
367 "convertedUrl": "lib/mixins/disable-upgrade-mixin.js",
368 "exports": {
369 "Polymer.DisableUpgradeMixin": "DisableUpgradeMixin"
370 }
371 },
372 "test/smoke/disabled-attr-gestures.html": {
373 "convertedUrl": "test/smoke/disabled-attr-gestures.html",
374 "exports": {}
375 },
376 "test/smoke/dom-if.html": {
377 "convertedUrl": "test/smoke/dom-if.html",
378 "exports": {}
379 },
380 "test/smoke/gestures.html": {
381 "convertedUrl": "test/smoke/gestures.html",
382 "exports": {}
383 },
384 "test/smoke/html-tag.html": {
385 "convertedUrl": "test/smoke/html-tag.html",
386 "exports": {}
387 },
388 "test/smoke/label-click.html": {
389 "convertedUrl": "test/smoke/label-click.html",
390 "exports": {}
391 },
392 "test/smoke/ordering-test.html": {
393 "convertedUrl": "test/smoke/ordering-test.html",
394 "exports": {}
395 },
396 "test/smoke/passive-gestures.html": {
397 "convertedUrl": "test/smoke/passive-gestures.html",
398 "exports": {}
399 },
400 "test/smoke/style-props/test.html": {
401 "convertedUrl": "test/smoke/style-props/test.html",
402 "exports": {}
403 },
404 "test/smoke/style-props/src/scopes.html": {
405 "convertedUrl": "test/smoke/style-props/src/scopes.js",
406 "exports": {}
407 },
408 "test/smoke/style-props/src/settings.html": {
409 "convertedUrl": "test/smoke/style-props/src/settings.js",
410 "exports": {}
411 },
412 "test/smoke/style-props/src/elements.html": {
413 "convertedUrl": "test/smoke/style-props/src/elements.js",
414 "exports": {}
415 },
416 "test/smoke/style-props/src/elements-defaults.html": {
417 "convertedUrl": "test/smoke/style-props/src/elements-defaults.js",
418 "exports": {}
419 },
420 "test/unit/array-selector.html": {
421 "convertedUrl": "test/unit/array-selector.html",
422 "exports": {}
423 },
424 "test/unit/array-selector-elements.html": {
425 "convertedUrl": "test/unit/array-selector-elements.js",
426 "exports": {}
427 },
428 "test/unit/async.html": {
429 "convertedUrl": "test/unit/async.html",
430 "exports": {}
431 },
432 "test/unit/attributes.html": {
433 "convertedUrl": "test/unit/attributes.html",
434 "exports": {}
435 },
436 "test/unit/attributes-elements.html": {
437 "convertedUrl": "test/unit/attributes-elements.js",
438 "exports": {}
439 },
440 "test/unit/behaviors.html": {
441 "convertedUrl": "test/unit/behaviors.html",
442 "exports": {}
443 },
444 "test/unit/case-map.html": {
445 "convertedUrl": "test/unit/case-map.html",
446 "exports": {}
447 },
448 "test/unit/configure.html": {
449 "convertedUrl": "test/unit/configure.html",
450 "exports": {}
451 },
452 "test/unit/css-parse.html": {
453 "convertedUrl": "test/unit/css-parse.html",
454 "exports": {}
455 },
456 "test/unit/custom-style-async-import.html": {
457 "convertedUrl": "test/unit/custom-style-async-import.html",
458 "exports": {}
459 },
460 "test/unit/custom-style-async.html": {
461 "convertedUrl": "test/unit/custom-style-async.html",
462 "exports": {}
463 },
464 "test/unit/custom-style-late.html": {
465 "convertedUrl": "test/unit/custom-style-late.html",
466 "exports": {}
467 },
468 "test/unit/custom-style-scope-cache.html": {
469 "convertedUrl": "test/unit/custom-style-scope-cache.html",
470 "exports": {}
471 },
472 "test/unit/custom-style.html": {
473 "convertedUrl": "test/unit/custom-style.html",
474 "exports": {}
475 },
476 "test/unit/custom-style-import.html": {
477 "convertedUrl": "test/unit/custom-style-import.js",
478 "exports": {}
479 },
480 "test/unit/sub/style-import.html": {
481 "convertedUrl": "test/unit/sub/style-import.js",
482 "exports": {}
483 },
484 "test/unit/debounce.html": {
485 "convertedUrl": "test/unit/debounce.html",
486 "exports": {}
487 },
488 "test/unit/dir.html": {
489 "convertedUrl": "test/unit/dir.html",
490 "exports": {}
491 },
492 "test/unit/disable-upgrade.html": {
493 "convertedUrl": "test/unit/disable-upgrade.html",
494 "exports": {}
495 },
496 "test/unit/dom-bind.html": {
497 "convertedUrl": "test/unit/dom-bind.html",
498 "exports": {}
499 },
500 "test/unit/dom-bind-elements1.html": {
501 "convertedUrl": "test/unit/dom-bind-elements1.js",
502 "exports": {}
503 },
504 "test/unit/dom-bind-elements2.html": {
505 "convertedUrl": "test/unit/dom-bind-elements2.js",
506 "exports": {}
507 },
508 "test/unit/dom-if.html": {
509 "convertedUrl": "test/unit/dom-if.html",
510 "exports": {}
511 },
512 "test/unit/dom-if-elements.html": {
513 "convertedUrl": "test/unit/dom-if-elements.js",
514 "exports": {}
515 },
516 "test/unit/dom-repeat.html": {
517 "convertedUrl": "test/unit/dom-repeat.html",
518 "exports": {}
519 },
520 "test/unit/dom-repeat-elements.html": {
521 "convertedUrl": "test/unit/dom-repeat-elements.js",
522 "exports": {}
523 },
524 "test/unit/dynamic-import.html": {
525 "convertedUrl": "test/unit/dynamic-import.html",
526 "exports": {}
527 },
528 "test/unit/dynamic-imports/dynamic-element.html": {
529 "convertedUrl": "test/unit/dynamic-imports/dynamic-element.js",
530 "exports": {}
531 },
532 "test/unit/events.html": {
533 "convertedUrl": "test/unit/events.html",
534 "exports": {}
535 },
536 "test/unit/events-elements.html": {
537 "convertedUrl": "test/unit/events-elements.js",
538 "exports": {}
539 },
540 "test/unit/flattened-nodes-observer.html": {
541 "convertedUrl": "test/unit/flattened-nodes-observer.html",
542 "exports": {}
543 },
544 "test/unit/gestures.html": {
545 "convertedUrl": "test/unit/gestures.html",
546 "exports": {}
547 },
548 "test/unit/gestures-elements.html": {
549 "convertedUrl": "test/unit/gestures-elements.js",
550 "exports": {}
551 },
552 "test/unit/globals.html": {
553 "convertedUrl": "test/unit/globals.html",
554 "exports": {}
555 },
556 "test/unit/html-tag.html": {
557 "convertedUrl": "test/unit/html-tag.html",
558 "exports": {}
559 },
560 "test/unit/importHref.html": {
561 "convertedUrl": "test/unit/importHref.html",
562 "exports": {}
563 },
564 "test/unit/inheritance.html": {
565 "convertedUrl": "test/unit/inheritance.html",
566 "exports": {}
567 },
568 "test/unit/logging.html": {
569 "convertedUrl": "test/unit/logging.html",
570 "exports": {}
571 },
572 "test/unit/mixin-behaviors.html": {
573 "convertedUrl": "test/unit/mixin-behaviors.html",
574 "exports": {}
575 },
576 "test/unit/mixin-utils.html": {
577 "convertedUrl": "test/unit/mixin-utils.html",
578 "exports": {}
579 },
580 "test/unit/multi-style.html": {
581 "convertedUrl": "test/unit/multi-style.html",
582 "exports": {}
583 },
584 "test/unit/path-effects.html": {
585 "convertedUrl": "test/unit/path-effects.html",
586 "exports": {}
587 },
588 "test/unit/path-effects-elements.html": {
589 "convertedUrl": "test/unit/path-effects-elements.js",
590 "exports": {}
591 },
592 "test/unit/path.html": {
593 "convertedUrl": "test/unit/path.html",
594 "exports": {}
595 },
596 "test/unit/polymer-dom-observeNodes.html": {
597 "convertedUrl": "test/unit/polymer-dom-observeNodes.html",
598 "exports": {}
599 },
600 "test/unit/polymer-dom.html": {
601 "convertedUrl": "test/unit/polymer-dom.html",
602 "exports": {}
603 },
604 "test/unit/polymer-element-with-apply.html": {
605 "convertedUrl": "test/unit/polymer-element-with-apply.html",
606 "exports": {}
607 },
608 "test/unit/polymer-element-with-apply-import.html": {
609 "convertedUrl": "test/unit/polymer-element-with-apply-import.js",
610 "exports": {}
611 },
612 "test/unit/polymer.element.html": {
613 "convertedUrl": "test/unit/polymer.element.html",
614 "exports": {}
615 },
616 "test/unit/polymer.legacyelement.html": {
617 "convertedUrl": "test/unit/polymer.legacyelement.html",
618 "exports": {}
619 },
620 "test/unit/polymer.properties-mixin-with-property-accessors.html": {
621 "convertedUrl": "test/unit/polymer.properties-mixin-with-property-accessors.html",
622 "exports": {}
623 },
624 "test/unit/polymer.properties-mixin.html": {
625 "convertedUrl": "test/unit/polymer.properties-mixin.html",
626 "exports": {}
627 },
628 "test/unit/properties-changed.html": {
629 "convertedUrl": "test/unit/properties-changed.html",
630 "exports": {}
631 },
632 "test/unit/property-accessors.html": {
633 "convertedUrl": "test/unit/property-accessors.html",
634 "exports": {}
635 },
636 "test/unit/property-effects-template.html": {
637 "convertedUrl": "test/unit/property-effects-template.html",
638 "exports": {}
639 },
640 "test/unit/property-effects.html": {
641 "convertedUrl": "test/unit/property-effects.html",
642 "exports": {}
643 },
644 "test/unit/property-effects-elements.html": {
645 "convertedUrl": "test/unit/property-effects-elements.js",
646 "exports": {}
647 },
648 "test/unit/ready-attached-order-class.html": {
649 "convertedUrl": "test/unit/ready-attached-order-class.html",
650 "exports": {}
651 },
652 "test/unit/ready-attached-order.html": {
653 "convertedUrl": "test/unit/ready-attached-order.html",
654 "exports": {}
655 },
656 "test/unit/render-status.html": {
657 "convertedUrl": "test/unit/render-status.html",
658 "exports": {}
659 },
660 "test/unit/resolveurl.html": {
661 "convertedUrl": "test/unit/resolveurl.html",
662 "exports": {}
663 },
664 "test/unit/sub/resolveurl-elements.html": {
665 "convertedUrl": "test/unit/sub/resolveurl-elements.js",
666 "exports": {}
667 },
668 "test/unit/shady-content.html": {
669 "convertedUrl": "test/unit/shady-content.html",
670 "exports": {}
671 },
672 "test/unit/shady-dynamic.html": {
673 "convertedUrl": "test/unit/shady-dynamic.html",
674 "exports": {}
675 },
676 "test/unit/shady-events.html": {
677 "convertedUrl": "test/unit/shady-events.html",
678 "exports": {}
679 },
680 "test/unit/shady-unscoped-style.html": {
681 "convertedUrl": "test/unit/shady-unscoped-style.html",
682 "exports": {}
683 },
684 "test/unit/shady-unscoped-style-import.html": {
685 "convertedUrl": "test/unit/shady-unscoped-style-import.js",
686 "exports": {}
687 },
688 "test/unit/shady-unscoped-style-import-css.html": {
689 "convertedUrl": "test/unit/shady-unscoped-style-import-css.js",
690 "exports": {}
691 },
692 "test/unit/shady.html": {
693 "convertedUrl": "test/unit/shady.html",
694 "exports": {}
695 },
696 "test/unit/styling-cross-scope-apply.html": {
697 "convertedUrl": "test/unit/styling-cross-scope-apply.html",
698 "exports": {}
699 },
700 "test/unit/styling-cross-scope-unknown-host.html": {
701 "convertedUrl": "test/unit/styling-cross-scope-unknown-host.html",
702 "exports": {}
703 },
704 "test/unit/styling-cross-scope-var.html": {
705 "convertedUrl": "test/unit/styling-cross-scope-var.html",
706 "exports": {}
707 },
708 "test/unit/styling-import.html": {
709 "convertedUrl": "test/unit/styling-import.html",
710 "exports": {}
711 },
712 "test/unit/styling-import-shared-styles.html": {
713 "convertedUrl": "test/unit/styling-import-shared-styles.js",
714 "exports": {}
715 },
716 "test/unit/styling-only-with-template.html": {
717 "convertedUrl": "test/unit/styling-only-with-template.html",
718 "exports": {}
719 },
720 "test/unit/styling-scoped.html": {
721 "convertedUrl": "test/unit/styling-scoped.html",
722 "exports": {}
723 },
724 "test/unit/template-stamp.html": {
725 "convertedUrl": "test/unit/template-stamp.html",
726 "exports": {}
727 },
728 "test/unit/template-whitespace.html": {
729 "convertedUrl": "test/unit/template-whitespace.html",
730 "exports": {}
731 },
732 "test/unit/templatize.html": {
733 "convertedUrl": "test/unit/templatize.html",
734 "exports": {}
735 },
736 "test/unit/templatize-elements.html": {
737 "convertedUrl": "test/unit/templatize-elements.js",
738 "exports": {}
739 },
740 "test/unit/dynamic-imports/async-import.html": {
741 "convertedUrl": "test/unit/dynamic-imports/async-import.html",
742 "exports": {}
743 },
744 "test/unit/dynamic-imports/async.html": {
745 "convertedUrl": "test/unit/dynamic-imports/async.html",
746 "exports": {}
747 },
748 "test/unit/dynamic-imports/outer-element.html": {
749 "convertedUrl": "test/unit/dynamic-imports/outer-element.html",
750 "exports": {}
751 },
752 "test/unit/dynamic-imports/inner-element.html": {
753 "convertedUrl": "test/unit/dynamic-imports/inner-element.js",
754 "exports": {}
755 },
756 "test/unit/sub/x-sub.html": {
757 "convertedUrl": "test/unit/sub/x-sub.html",
758 "exports": {}
759 },
760 "test/unit/sub/x-test.html": {
761 "convertedUrl": "test/unit/sub/x-test.html",
762 "exports": {}
763 }
764 }
765}