@@ -28,96 +28,21 @@ const subpathExports = [
2828 export : "observable" ,
2929 } ,
3030 { name : "attr" , importPath : "@microsoft/fast-element/attr.js" , export : "attr" } ,
31- {
32- name : "AttributeConfiguration" ,
33- importPath : "@microsoft/fast-element/attr.js" ,
34- export : "AttributeConfiguration" ,
35- } ,
36- {
37- name : "AttributeDefinition" ,
38- importPath : "@microsoft/fast-element/attr.js" ,
39- export : "AttributeDefinition" ,
40- } ,
41- {
42- name : "booleanConverter" ,
43- importPath : "@microsoft/fast-element/attr.js" ,
44- export : "booleanConverter" ,
45- } ,
46- {
47- name : "nullableBooleanConverter" ,
48- importPath : "@microsoft/fast-element/attr.js" ,
49- export : "nullableBooleanConverter" ,
50- } ,
51- {
52- name : "nullableNumberConverter" ,
53- importPath : "@microsoft/fast-element/attr.js" ,
54- export : "nullableNumberConverter" ,
55- } ,
56- {
57- name : "Binding" ,
58- importPath : "@microsoft/fast-element/binding.js" ,
59- export : "Binding" ,
60- } ,
61- {
62- name : "normalizeBinding" ,
63- importPath : "@microsoft/fast-element/binding.js" ,
64- export : "normalizeBinding" ,
65- } ,
66- {
67- name : "oneTime" ,
68- importPath : "@microsoft/fast-element/binding.js" ,
69- export : "oneTime" ,
70- } ,
71- {
72- name : "oneWay" ,
73- importPath : "@microsoft/fast-element/binding.js" ,
74- export : "oneWay" ,
75- } ,
76- {
77- name : "listener" ,
78- importPath : "@microsoft/fast-element/binding.js" ,
79- export : "listener" ,
80- } ,
8131 {
8232 name : "children" ,
8333 importPath : "@microsoft/fast-element/children.js" ,
8434 export : "children" ,
8535 } ,
86- {
87- name : "ChildrenDirective" ,
88- importPath : "@microsoft/fast-element/children.js" ,
89- export : "ChildrenDirective" ,
90- } ,
91- {
92- name : "elements" ,
93- importPath : "@microsoft/fast-element/node-observation.js" ,
94- export : "elements" ,
95- } ,
96- {
97- name : "NodeObservationDirective" ,
98- importPath : "@microsoft/fast-element/node-observation.js" ,
99- export : "NodeObservationDirective" ,
100- } ,
10136 {
10237 name : "ref" ,
10338 importPath : "@microsoft/fast-element/ref.js" ,
10439 export : "ref" ,
10540 } ,
106- {
107- name : "RefDirective" ,
108- importPath : "@microsoft/fast-element/ref.js" ,
109- export : "RefDirective" ,
110- } ,
11141 {
11242 name : "slotted" ,
11343 importPath : "@microsoft/fast-element/slotted.js" ,
11444 export : "slotted" ,
11545 } ,
116- {
117- name : "SlottedDirective" ,
118- importPath : "@microsoft/fast-element/slotted.js" ,
119- export : "SlottedDirective" ,
120- } ,
12146 {
12247 name : "volatile" ,
12348 importPath : "@microsoft/fast-element/volatile.js" ,
@@ -129,136 +54,21 @@ const subpathExports = [
12954 export : "when" ,
13055 } ,
13156 { name : "html" , importPath : "@microsoft/fast-element/html.js" , export : "html" } ,
132- {
133- name : "ViewTemplate" ,
134- importPath : "@microsoft/fast-element/html.js" ,
135- export : "ViewTemplate" ,
136- } ,
13757 {
13858 name : "repeat" ,
13959 importPath : "@microsoft/fast-element/repeat.js" ,
14060 export : "repeat" ,
14161 } ,
142- {
143- name : "RepeatBehavior" ,
144- importPath : "@microsoft/fast-element/repeat.js" ,
145- export : "RepeatBehavior" ,
146- } ,
147- {
148- name : "RepeatDirective" ,
149- importPath : "@microsoft/fast-element/repeat.js" ,
150- export : "RepeatDirective" ,
151- } ,
15262 { name : "css" , importPath : "@microsoft/fast-element/css.js" , export : "css" } ,
153- {
154- name : "ArrayObserver" ,
155- importPath : "@microsoft/fast-element/array-observer.js" ,
156- export : "ArrayObserver" ,
157- } ,
158- {
159- name : "DOM" ,
160- importPath : "@microsoft/fast-element/dom.js" ,
161- export : "DOM" ,
162- } ,
163- {
164- name : "DOMAspect" ,
165- importPath : "@microsoft/fast-element/dom.js" ,
166- export : "DOMAspect" ,
167- } ,
16863 {
16964 name : "enableHydration" ,
17065 importPath : "@microsoft/fast-element/hydration.js" ,
17166 export : "enableHydration" ,
17267 } ,
17368 {
174- name : "HydrationTracker" ,
175- importPath : "@microsoft/fast-element/hydration.js" ,
176- export : "HydrationTracker" ,
177- } ,
178- {
179- name : "isHydratable" ,
180- importPath : "@microsoft/fast-element/hydration.js" ,
181- export : "isHydratable" ,
182- } ,
183- {
184- name : "HydrationBindingError" ,
185- importPath : "@microsoft/fast-element/hydration.js" ,
186- export : "HydrationBindingError" ,
187- } ,
188- {
189- name : "render" ,
190- importPath : "@microsoft/fast-element/render.js" ,
191- export : "render" ,
192- } ,
193- {
194- name : "RenderBehavior" ,
195- importPath : "@microsoft/fast-element/render.js" ,
196- export : "RenderBehavior" ,
197- } ,
198- {
199- name : "RenderDirective" ,
200- importPath : "@microsoft/fast-element/render.js" ,
201- export : "RenderDirective" ,
202- } ,
203- {
204- name : "Schema" ,
205- importPath : "@microsoft/fast-element/schema.js" ,
206- export : "Schema" ,
207- } ,
208- {
209- name : "schemaRegistry" ,
210- importPath : "@microsoft/fast-element/schema.js" ,
211- export : "schemaRegistry" ,
212- } ,
213- {
214- name : "Compiler" ,
215- importPath : "@microsoft/fast-element/templating.js" ,
216- export : "Compiler" ,
217- } ,
218- {
219- name : "HTMLBindingDirective" ,
220- importPath : "@microsoft/fast-element/templating.js" ,
221- export : "HTMLBindingDirective" ,
222- } ,
223- {
224- name : "HTMLDirective" ,
225- importPath : "@microsoft/fast-element/templating.js" ,
226- export : "HTMLDirective" ,
227- } ,
228- {
229- name : "htmlDirective" ,
230- importPath : "@microsoft/fast-element/templating.js" ,
231- export : "htmlDirective" ,
232- } ,
233- {
234- name : "StatelessAttachedAttributeDirective" ,
235- importPath : "@microsoft/fast-element/templating.js" ,
236- export : "StatelessAttachedAttributeDirective" ,
237- } ,
238- {
239- name : "Markup" ,
240- importPath : "@microsoft/fast-element/templating.js" ,
241- export : "Markup" ,
242- } ,
243- {
244- name : "Parser" ,
245- importPath : "@microsoft/fast-element/templating.js" ,
246- export : "Parser" ,
247- } ,
248- {
249- name : "InlineTemplateDirective" ,
250- importPath : "@microsoft/fast-element/templating.js" ,
251- export : "InlineTemplateDirective" ,
252- } ,
253- {
254- name : "HTMLView" ,
255- importPath : "@microsoft/fast-element/templating.js" ,
256- export : "HTMLView" ,
257- } ,
258- {
259- name : "declarativeTemplate" ,
260- importPath : "@microsoft/fast-element/declarative.js" ,
261- export : "declarativeTemplate" ,
69+ name : "ArrayObserver" ,
70+ importPath : "@microsoft/fast-element/array-observer.js" ,
71+ export : "ArrayObserver" ,
26272 } ,
26373 {
26474 name : "observerMap" ,
0 commit comments