Commit c884448b authored by rbpotter's avatar rbpotter Committed by Commit Bot

Add DomIf export in polymer.js

This is imported by settings_animated_pages, which will be migrated
to Polymer 3 in a followup.

Bug: 1026426
Change-Id: If0808e2b900f869a6bc317b509be502bf5b836bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036928Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738315}
parent 17e711bc
...@@ -15020,4 +15020,4 @@ Code distributed by Google as part of the polymer project is also ...@@ -15020,4 +15020,4 @@ Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/ */
export { Base, Debouncer, OptionalMutableDataBehavior, Polymer, PolymerElement, TemplateInstanceBase, Templatizer, afterNextRender, animationFrame, beforeNextRender, calculateSplices, dashToCamelCase, dom, enqueueDebouncer, flush, gestures$1 as gestures, html, idlePeriod, matches, microTask, templatize, translate, useShadow }; export { Base, Debouncer, DomIf, OptionalMutableDataBehavior, Polymer, PolymerElement, TemplateInstanceBase, Templatizer, afterNextRender, animationFrame, beforeNextRender, calculateSplices, dashToCamelCase, dom, enqueueDebouncer, flush, gestures$1 as gestures, html, idlePeriod, matches, microTask, templatize, translate, useShadow };
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -16,6 +16,7 @@ export {Base} from './polymer-legacy.js'; ...@@ -16,6 +16,7 @@ export {Base} from './polymer-legacy.js';
export {dashToCamelCase} from './lib/utils/case-map.js'; export {dashToCamelCase} from './lib/utils/case-map.js';
export {Debouncer, enqueueDebouncer} from './lib/utils/debounce.js'; export {Debouncer, enqueueDebouncer} from './lib/utils/debounce.js';
export {dom, flush} from './lib/legacy/polymer.dom.js'; export {dom, flush} from './lib/legacy/polymer.dom.js';
export {DomIf} from './lib/elements/dom-if.js';
export {html} from './lib/utils/html-tag.js'; export {html} from './lib/utils/html-tag.js';
export {matches, translate} from './lib/utils/path.js'; export {matches, translate} from './lib/utils/path.js';
export {OptionalMutableDataBehavior} from './lib/legacy/mutable-data-behavior.js'; export {OptionalMutableDataBehavior} from './lib/legacy/mutable-data-behavior.js';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment