1- import { LegacyElementMixin } from './lib/legacy/legacy-element-mixin.js' ;
2- import './lib/legacy/polymer-fn.js' ;
3- import './lib/legacy/templatizer-behavior.js' ;
4- import './lib/elements/dom-bind.js' ;
5- import './lib/elements/dom-repeat.js' ;
6- import './lib/elements/dom-if.js' ;
7- import './lib/elements/array-selector.js' ;
8- import './lib/elements/custom-style.js' ;
9- import './lib/legacy/mutable-data-behavior.js' ;
10- import { html as html$0 } from './lib/utils/html-tag.js' ;
11-
12- // bc
131/**
142@license
153Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
@@ -19,11 +7,23 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
197Code distributed by Google as part of the polymer project is also
208subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
219*/
10+
11+ import { LegacyElementMixin } from './lib/legacy/legacy-element-mixin.js' ;
12+ import './lib/legacy/polymer-fn.js' ;
2213/* template elements */
14+ import './lib/legacy/templatizer-behavior.js' ;
15+ import './lib/elements/dom-bind.js' ;
16+ import './lib/elements/dom-repeat.js' ;
17+ import './lib/elements/dom-if.js' ;
18+ import './lib/elements/array-selector.js' ;
2319/* custom-style */
20+ import './lib/elements/custom-style.js' ;
2421/* bc behaviors */
22+ import './lib/legacy/mutable-data-behavior.js' ;
2523/* import html-tag to export html */
24+ import { html as html$0 } from './lib/utils/html-tag.js' ;
25+
26+ // bc
2627export const Base = LegacyElementMixin ( HTMLElement ) . prototype ;
2728
28- // NOTE: this is here for modulizer to export `html` for the module version of this file
2929export { html$0 as html } ;
0 commit comments