Files
webcomponentsjs/wct.conf.json
Daniel Freedman ef67dec211 Upgrade templates when performing the CustomElements treewalk
This calls `querySelectorAll` way less frequently while still upgrading
templates before custom elements upgrade.

`HTMLTemplateElement.decorate` will now bootstrap the template content, so
Polymer can use `decorate` when it preps the template for data binding.
2015-11-16 12:17:53 -08:00

7 lines
93 B
JSON

{
"suites": ["tests/runner.html"],
"clientOptions": {
"environmentImports": []
}
}