forked from NativeScript/NativeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
521 lines (521 loc) · 23.4 KB
/
tsconfig.json
File metadata and controls
521 lines (521 loc) · 23.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
{
"version": "1.6.2",
"compilerOptions": {
"moduleResolution": "classic",
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": true,
"outDir": "dist",
"experimentalDecorators": true
},
"filesGlob": [
"./**/*.ts",
"!./node_modules/**/*.ts",
"!./bin/**/*.*",
"!./obj/**/*.*"
],
"files": [
"./_references.ts",
"./android17.d.ts",
"./application-settings/application-settings-common.ts",
"./application-settings/application-settings.android.ts",
"./application-settings/application-settings.d.ts",
"./application-settings/application-settings.ios.ts",
"./application/application-common.ts",
"./application/application.android.ts",
"./application/application.d.ts",
"./application/application.ios.ts",
"./apps/TelerikNEXT/TelerikUI/side-bar/side-bar-common.ts",
"./apps/TelerikNEXT/TelerikUI/side-bar/side-bar.android.ts",
"./apps/TelerikNEXT/TelerikUI/side-bar/side-bar.d.ts",
"./apps/TelerikNEXT/TelerikUI/side-bar/side-bar.ios.ts",
"./apps/TelerikNEXT/app-view-model.ts",
"./apps/TelerikNEXT/app.ts",
"./apps/TelerikNEXT/everlive-upload.ts",
"./apps/TelerikNEXT/main-page.ts",
"./apps/TelerikNEXT/session-page.ts",
"./apps/absolute-layout-demo/app.ts",
"./apps/absolute-layout-demo/mainPage.ts",
"./apps/cuteness.io/app.ts",
"./apps/cuteness.io/details-page.ts",
"./apps/cuteness.io/main-page.ts",
"./apps/cuteness.io/reddit-app-view-model.ts",
"./apps/cuteness.io/reddit-item-view-model.ts",
"./apps/cuteness.io/reddit-model.d.ts",
"./apps/editable-text-demo/app.ts",
"./apps/editable-text-demo/main-page.ts",
"./apps/editable-text-demo/model.ts",
"./apps/gallery-app/app.ts",
"./apps/gallery-app/main-page.ts",
"./apps/gallery-app/views/dialogs.ts",
"./apps/gallery-app/views/list-picker.ts",
"./apps/gallery-app/views/list-view.ts",
"./apps/paylocity/app.ts",
"./apps/paylocity/login.ts",
"./apps/paylocity/news.ts",
"./apps/perf-tests/ApplicationLoadTimeAndFPS/app.ts",
"./apps/perf-tests/ApplicationLoadTimeAndFPS/mainPage.ts",
"./apps/perf-tests/ApplicationSize/app.ts",
"./apps/perf-tests/ApplicationSize/mainPage.ts",
"./apps/perf-tests/ComplexObjectGraphMemoryTest/app.ts",
"./apps/perf-tests/ComplexObjectGraphMemoryTest/mainPage.ts",
"./apps/perf-tests/ControlCreationSpeedTest/app.ts",
"./apps/perf-tests/ControlCreationSpeedTest/mainPage.ts",
"./apps/perf-tests/LargeObjectArrayMemoryLeakTest/app.ts",
"./apps/perf-tests/LargeObjectArrayMemoryLeakTest/mainPage.ts",
"./apps/perf-tests/LargeObjectArrayMemoryLeakTest/native-calls-wrapper.android.ts",
"./apps/perf-tests/LargeObjectArrayMemoryLeakTest/native-calls-wrapper.d.ts",
"./apps/perf-tests/LargeObjectArrayMemoryLeakTest/native-calls-wrapper.ios.ts",
"./apps/perf-tests/LargeObjectArrayMemoryTest/app.ts",
"./apps/perf-tests/LargeObjectArrayMemoryTest/mainPage.ts",
"./apps/perf-tests/NavigationMemoryLeakTest/app.ts",
"./apps/perf-tests/NavigationMemoryLeakTest/mainPage.ts",
"./apps/perf-tests/NavigationTest/app.ts",
"./apps/perf-tests/NavigationTest/details-page.ts",
"./apps/perf-tests/NavigationTest/master-page.ts",
"./apps/perf-tests/NavigationTest/page1.ts",
"./apps/perf-tests/NavigationTest/page2.ts",
"./apps/perf-tests/SingleUIObjectMemoryLeakTest/app.ts",
"./apps/perf-tests/SingleUIObjectMemoryLeakTest/mainPage.ts",
"./apps/perf-tests/SpeedTests/app.ts",
"./apps/perf-tests/SpeedTests/mainPage.ts",
"./apps/perf-tests/SpeedTests/tests-native.android.ts",
"./apps/perf-tests/SpeedTests/tests-native.d.ts",
"./apps/perf-tests/SpeedTests/tests-native.ios.ts",
"./apps/perf-tests/SpeedTests/tests.d.ts",
"./apps/perf-tests/SpeedTests/tests.ts",
"./apps/perf-tests/common.d.ts",
"./apps/perf-tests/common.ts",
"./apps/perf-tests/controls-page.d.ts",
"./apps/perf-tests/controls-page.ts",
"./apps/perf-tests/nav-page.d.ts",
"./apps/perf-tests/nav-page.ts",
"./apps/pickers-demo/app.ts",
"./apps/pickers-demo/main-page.ts",
"./apps/pickers-demo/model.ts",
"./apps/placeholder-demo/app.ts",
"./apps/placeholder-demo/main-page.android.ts",
"./apps/placeholder-demo/main-page.ios.ts",
"./apps/tab-view-demo/app.ts",
"./apps/tab-view-demo/mainPage.ts",
"./apps/template-blank/app.ts",
"./apps/template-blank/main-page.ts",
"./apps/template-hello-world/app.ts",
"./apps/template-hello-world/main-page.ts",
"./apps/template-hello-world/main-view-model.ts",
"./apps/template-master-detail/app.ts",
"./apps/template-master-detail/details-page.ts",
"./apps/template-master-detail/main-page.ts",
"./apps/template-master-detail/main-view-model.ts",
"./apps/template-settings/app.ts",
"./apps/template-settings/main-page.ts",
"./apps/template-settings/view-model.ts",
"./apps/template-tab-navigation/app.ts",
"./apps/template-tab-navigation/main-page.ts",
"./apps/tests/TKUnit.ts",
"./apps/tests/app/app.ts",
"./apps/tests/app/location-example.ts",
"./apps/tests/app/mainPage.ts",
"./apps/tests/app/pageNavigation.ts",
"./apps/tests/app/style_props.ts",
"./apps/tests/app/testPage.ts",
"./apps/tests/app/testRunnerPage.ts",
"./apps/tests/application-settings-tests.ts",
"./apps/tests/application-tests-common.ts",
"./apps/tests/application-tests.android.ts",
"./apps/tests/application-tests.ios.ts",
"./apps/tests/camera-tests.ts",
"./apps/tests/color-tests.ts",
"./apps/tests/console-tests.ts",
"./apps/tests/file-name-resolver-tests/file-name-resolver-tests.ts",
"./apps/tests/file-system-access-tests/file-system-access-tests.ts",
"./apps/tests/file-system-tests.ts",
"./apps/tests/fps-meter-tests.ts",
"./apps/tests/frame-tests.ts",
"./apps/tests/gestures-tests.ts",
"./apps/tests/http-tests.ts",
"./apps/tests/image-source-tests.ts",
"./apps/tests/layouts/absolute-layout-tests.ts",
"./apps/tests/layouts/dock-layout-tests.ts",
"./apps/tests/layouts/grid-layout-tests.ts",
"./apps/tests/layouts/layout-helper.ts",
"./apps/tests/layouts/stack-layout-tests.ts",
"./apps/tests/layouts/wrap-layout-tests.ts",
"./apps/tests/location-tests.ts",
"./apps/tests/observable-array-tests.ts",
"./apps/tests/pages/app.ts",
"./apps/tests/pages/file-load-test.ts",
"./apps/tests/pages/navigation/pageA-new-activity.ts",
"./apps/tests/pages/navigation/pageA.ts",
"./apps/tests/pages/navigation/pageB-new-activity.ts",
"./apps/tests/pages/navigation/pageB.ts",
"./apps/tests/pages/navigation/pageC-new-activity.ts",
"./apps/tests/pages/navigation/pageC.ts",
"./apps/tests/pages/page10.ts",
"./apps/tests/pages/page11.ts",
"./apps/tests/pages/page12.ts",
"./apps/tests/pages/page13.ts",
"./apps/tests/pages/page15.ts",
"./apps/tests/pages/page16.ts",
"./apps/tests/pages/page17.ts",
"./apps/tests/pages/page18.ts",
"./apps/tests/pages/page5.ts",
"./apps/tests/pages/page6.ts",
"./apps/tests/pages/page7.ts",
"./apps/tests/pages/page8.ts",
"./apps/tests/pages/page9.ts",
"./apps/tests/pages/property-bindings.ts",
"./apps/tests/pages/sandbox-project.ts",
"./apps/tests/platform-tests.ts",
"./apps/tests/styling/app.ts",
"./apps/tests/styling/mainPage.ts",
"./apps/tests/testRunner.ts",
"./apps/tests/text/formatted-string-tests.ts",
"./apps/tests/timer-tests.ts",
"./apps/tests/trace-tests.ts",
"./apps/tests/ui-test.ts",
"./apps/tests/ui/activity-indicator/activity-indicator-tests.ts",
"./apps/tests/ui/bindable-tests.ts",
"./apps/tests/ui/bindingContext_testPage.ts",
"./apps/tests/ui/bindingContext_testPage1.ts",
"./apps/tests/ui/bindingContext_testPage2.ts",
"./apps/tests/ui/border/border-tests.ts",
"./apps/tests/ui/button/button-tests-native.android.ts",
"./apps/tests/ui/button/button-tests-native.d.ts",
"./apps/tests/ui/button/button-tests-native.ios.ts",
"./apps/tests/ui/button/button-tests.ts",
"./apps/tests/ui/date-picker/date-picker-tests-native.android.ts",
"./apps/tests/ui/date-picker/date-picker-tests-native.d.ts",
"./apps/tests/ui/date-picker/date-picker-tests-native.ios.ts",
"./apps/tests/ui/date-picker/date-picker-tests.ts",
"./apps/tests/ui/dependency-observable-tests.ts",
"./apps/tests/ui/dialogs/dialog-tests.ts",
"./apps/tests/ui/helper.ts",
"./apps/tests/ui/image-cache/image-cache-tests.ts",
"./apps/tests/ui/image/image-tests.ts",
"./apps/tests/ui/label/label-tests-native.android.ts",
"./apps/tests/ui/label/label-tests-native.d.ts",
"./apps/tests/ui/label/label-tests-native.ios.ts",
"./apps/tests/ui/label/label-tests.ts",
"./apps/tests/ui/list-picker/list-picker-tests-native.android.ts",
"./apps/tests/ui/list-picker/list-picker-tests-native.d.ts",
"./apps/tests/ui/list-picker/list-picker-tests-native.ios.ts",
"./apps/tests/ui/list-picker/list-picker-tests.ts",
"./apps/tests/ui/list-view/list-view-tests.ts",
"./apps/tests/ui/observable-tests.ts",
"./apps/tests/ui/page/page-tests-common.ts",
"./apps/tests/ui/page/page-tests.android.ts",
"./apps/tests/ui/page/page-tests.ios.ts",
"./apps/tests/ui/page/test-page-module.ts",
"./apps/tests/ui/progress/progress-tests.ts",
"./apps/tests/ui/scroll-view/scroll-view-tests.ts",
"./apps/tests/ui/search-bar/search-bar-tests.ts",
"./apps/tests/ui/segmented-bar/segmented-bar-tests-native.android.ts",
"./apps/tests/ui/segmented-bar/segmented-bar-tests-native.d.ts",
"./apps/tests/ui/segmented-bar/segmented-bar-tests-native.ios.ts",
"./apps/tests/ui/segmented-bar/segmented-bar-tests.ts",
"./apps/tests/ui/slider/slider-tests.ts",
"./apps/tests/ui/style/style-properties-tests.ts",
"./apps/tests/ui/style/style-tests.ts",
"./apps/tests/ui/style/value-source-tests.ts",
"./apps/tests/ui/style/visual-state-tests.ts",
"./apps/tests/ui/switch/switch-tests.ts",
"./apps/tests/ui/tab-view/tab-view-tests-native.android.ts",
"./apps/tests/ui/tab-view/tab-view-tests-native.d.ts",
"./apps/tests/ui/tab-view/tab-view-tests-native.ios.ts",
"./apps/tests/ui/tab-view/tab-view-tests.ts",
"./apps/tests/ui/text-field/text-field-tests-native.android.ts",
"./apps/tests/ui/text-field/text-field-tests-native.d.ts",
"./apps/tests/ui/text-field/text-field-tests-native.ios.ts",
"./apps/tests/ui/text-field/text-field-tests.ts",
"./apps/tests/ui/text-view/text-view-tests-native.android.ts",
"./apps/tests/ui/text-view/text-view-tests-native.d.ts",
"./apps/tests/ui/text-view/text-view-tests-native.ios.ts",
"./apps/tests/ui/text-view/text-view-tests.ts",
"./apps/tests/ui/time-picker/time-picker-tests-native.android.ts",
"./apps/tests/ui/time-picker/time-picker-tests-native.d.ts",
"./apps/tests/ui/time-picker/time-picker-tests-native.ios.ts",
"./apps/tests/ui/time-picker/time-picker-tests.ts",
"./apps/tests/ui/view/view-tests-common.ts",
"./apps/tests/ui/view/view-tests.android.ts",
"./apps/tests/ui/view/view-tests.ios.ts",
"./apps/tests/ui/web-view/web-view-tests.ts",
"./apps/tests/virtual-array-tests.ts",
"./apps/tests/xml-declaration/app.ts",
"./apps/tests/xml-declaration/mainPage.ts",
"./apps/tests/xml-declaration/mymodule/MyControl.ts",
"./apps/tests/xml-declaration/mymodulewithxml/MyControl.ts",
"./apps/tests/xml-declaration/xml-declaration-tests.ts",
"./apps/tests/xml-parser-tests/xml-parser-tests.ts",
"./apps/ui-tests-app/app.ts",
"./apps/ui-tests-app/mainPage.ts",
"./apps/ui-tests-app/pages/gestures.ts",
"./apps/ui-tests-app/pages/i61.ts",
"./apps/ui-tests-app/pages/i73.ts",
"./apps/web-view-demo/app.ts",
"./apps/web-view-demo/main-page.ts",
"./apps/web-view-demo/model.ts",
"./apps/wrap-layout-demo/app.ts",
"./apps/wrap-layout-demo/mainPage.ts",
"./apps/xml-demo/app.ts",
"./apps/xml-demo/mainPage.ts",
"./camera/camera-common.ts",
"./camera/camera.android.ts",
"./camera/camera.d.ts",
"./camera/camera.ios.ts",
"./color/color-common.ts",
"./color/color.android.ts",
"./color/color.d.ts",
"./color/color.ios.ts",
"./color/known-colors.ts",
"./console/console-native.android.ts",
"./console/console-native.d.ts",
"./console/console-native.ios.ts",
"./console/console.d.ts",
"./console/console.ts",
"./data/observable-array/observable-array.d.ts",
"./data/observable-array/observable-array.ts",
"./data/observable/observable.d.ts",
"./data/observable/observable.ts",
"./data/virtual-array/virtual-array.d.ts",
"./data/virtual-array/virtual-array.ts",
"./declarations.android.d.ts",
"./declarations.d.ts",
"./declarations.ios.d.ts",
"./file-system/file-name-resolver.d.ts",
"./file-system/file-name-resolver.ts",
"./file-system/file-system-access.android.ts",
"./file-system/file-system-access.d.ts",
"./file-system/file-system-access.ios.ts",
"./file-system/file-system.d.ts",
"./file-system/file-system.ts",
"./fps-meter/fps-meter.d.ts",
"./fps-meter/fps-meter.ts",
"./fps-meter/fps-native.android.ts",
"./fps-meter/fps-native.d.ts",
"./fps-meter/fps-native.ios.ts",
"./globals/globals.ts",
"./http/http-request.android.ts",
"./http/http-request.d.ts",
"./http/http-request.ios.ts",
"./http/http.d.ts",
"./http/http.ts",
"./image-source/image-source-common.ts",
"./image-source/image-source.android.ts",
"./image-source/image-source.d.ts",
"./image-source/image-source.ios.ts",
"./ios.d.ts",
"./js-libs/easysax/easysax.d.ts",
"./js-libs/esprima/esprima.d.ts",
"./js-libs/polymer-expressions/polymer-expressions.d.ts",
"./css/reworkcss.d.ts",
"./libjs.d.ts",
"./location/location-common.ts",
"./location/location.android.ts",
"./location/location.d.ts",
"./location/location.ios.ts",
"./platform/platform.android.ts",
"./platform/platform.d.ts",
"./platform/platform.ios.ts",
"./text/formatted-string-common.ts",
"./text/formatted-string.android.ts",
"./text/formatted-string.d.ts",
"./text/formatted-string.ios.ts",
"./text/span-common.ts",
"./text/span.android.ts",
"./text/span.d.ts",
"./text/span.ios.ts",
"./text/text.android.ts",
"./text/text.d.ts",
"./text/text.ios.ts",
"./timer/timer.android.ts",
"./timer/timer.d.ts",
"./timer/timer.ios.ts",
"./trace/trace.d.ts",
"./trace/trace.ts",
"./ui/animation/animation-common.ts",
"./ui/animation/animation.android.ts",
"./ui/animation/animation.ios.ts",
"./ui/activity-indicator/activity-indicator-common.ts",
"./ui/activity-indicator/activity-indicator.android.ts",
"./ui/activity-indicator/activity-indicator.d.ts",
"./ui/activity-indicator/activity-indicator.ios.ts",
"./ui/border/border-common.ts",
"./ui/border/border.android.ts",
"./ui/border/border.d.ts",
"./ui/border/border.ios.ts",
"./ui/builder/binding-builder.ts",
"./ui/builder/builder.d.ts",
"./ui/builder/builder.ts",
"./ui/builder/component-builder.d.ts",
"./ui/builder/component-builder.ts",
"./ui/builder/template-builder.d.ts",
"./ui/builder/template-builder.ts",
"./ui/button/button-common.ts",
"./ui/button/button.android.ts",
"./ui/button/button.d.ts",
"./ui/button/button.ios.ts",
"./ui/content-view/content-view.d.ts",
"./ui/content-view/content-view.ts",
"./ui/core/bindable.d.ts",
"./ui/core/bindable.ts",
"./ui/core/control-state-change.d.ts",
"./ui/core/control-state-change.ios.ts",
"./ui/core/dependency-observable.d.ts",
"./ui/core/dependency-observable.ts",
"./ui/core/proxy.d.ts",
"./ui/core/proxy.ts",
"./ui/core/view-common.ts",
"./ui/core/view.android.ts",
"./ui/core/view.d.ts",
"./ui/core/view.ios.ts",
"./ui/core/weak-event-listener.d.ts",
"./ui/core/weak-event-listener.ts",
"./ui/date-picker/date-picker-common.ts",
"./ui/date-picker/date-picker.android.ts",
"./ui/date-picker/date-picker.d.ts",
"./ui/date-picker/date-picker.ios.ts",
"./ui/dialogs/dialogs-common.ts",
"./ui/dialogs/dialogs.android.ts",
"./ui/dialogs/dialogs.d.ts",
"./ui/dialogs/dialogs.ios.ts",
"./ui/editable-text-base/editable-text-base-common.ts",
"./ui/editable-text-base/editable-text-base.android.ts",
"./ui/editable-text-base/editable-text-base.d.ts",
"./ui/editable-text-base/editable-text-base.ios.ts",
"./ui/enums/enums.d.ts",
"./ui/enums/enums.ts",
"./ui/frame/frame-common.ts",
"./ui/frame/frame.android.ts",
"./ui/frame/frame.d.ts",
"./ui/frame/frame.ios.ts",
"./ui/gestures/gestures-common.ts",
"./ui/gestures/gestures.android.ts",
"./ui/gestures/gestures.d.ts",
"./ui/gestures/gestures.ios.ts",
"./ui/image-cache/image-cache-common.ts",
"./ui/image-cache/image-cache.android.ts",
"./ui/image-cache/image-cache.d.ts",
"./ui/image-cache/image-cache.ios.ts",
"./ui/image/image-common.ts",
"./ui/image/image.android.ts",
"./ui/image/image.d.ts",
"./ui/image/image.ios.ts",
"./ui/label/label-common.ts",
"./ui/label/label.android.ts",
"./ui/label/label.d.ts",
"./ui/label/label.ios.ts",
"./ui/layouts/absolute-layout/absolute-layout.d.ts",
"./ui/layouts/absolute-layout/absolute-layout.ts",
"./ui/layouts/dock-layout/dock-layout.d.ts",
"./ui/layouts/dock-layout/dock-layout.ts",
"./ui/layouts/grid-layout/grid-layout.d.ts",
"./ui/layouts/grid-layout/grid-layout.ts",
"./ui/layouts/layout.d.ts",
"./ui/layouts/layout.ts",
"./ui/layouts/stack-layout/stack-layout.d.ts",
"./ui/layouts/stack-layout/stack-layout.ts",
"./ui/layouts/wrap-layout/wrap-layout.d.ts",
"./ui/layouts/wrap-layout/wrap-layout.ts",
"./ui/list-picker/list-picker-common.ts",
"./ui/list-picker/list-picker.android.ts",
"./ui/list-picker/list-picker.d.ts",
"./ui/list-picker/list-picker.ios.ts",
"./ui/list-view/list-view-common.ts",
"./ui/list-view/list-view.android.ts",
"./ui/list-view/list-view.d.ts",
"./ui/list-view/list-view.ios.ts",
"./ui/page/page-common.ts",
"./ui/page/page.android.ts",
"./ui/page/page.d.ts",
"./ui/page/page.ios.ts",
"./ui/placeholder/placeholder-common.ts",
"./ui/placeholder/placeholder.android.ts",
"./ui/placeholder/placeholder.d.ts",
"./ui/placeholder/placeholder.ios.ts",
"./ui/progress/progress-common.ts",
"./ui/progress/progress.android.ts",
"./ui/progress/progress.d.ts",
"./ui/progress/progress.ios.ts",
"./ui/scroll-view/scroll-view-common.ts",
"./ui/scroll-view/scroll-view.android.ts",
"./ui/scroll-view/scroll-view.d.ts",
"./ui/scroll-view/scroll-view.ios.ts",
"./ui/search-bar/search-bar-common.ts",
"./ui/search-bar/search-bar.android.ts",
"./ui/search-bar/search-bar.d.ts",
"./ui/search-bar/search-bar.ios.ts",
"./ui/segmented-bar/segmented-bar-common.ts",
"./ui/segmented-bar/segmented-bar.android.ts",
"./ui/segmented-bar/segmented-bar.d.ts",
"./ui/segmented-bar/segmented-bar.ios.ts",
"./ui/slide-out/slide-out-common.ts",
"./ui/slide-out/slide-out.android.ts",
"./ui/slide-out/slide-out.d.ts",
"./ui/slide-out/slide-out.ios.ts",
"./ui/slider/slider-common.ts",
"./ui/slider/slider.android.ts",
"./ui/slider/slider.d.ts",
"./ui/slider/slider.ios.ts",
"./ui/styling/converters.ts",
"./ui/styling/css-selector.d.ts",
"./ui/styling/css-selector.ts",
"./ui/styling/style-property.d.ts",
"./ui/styling/style-property.ts",
"./ui/styling/style-scope.ts",
"./ui/styling/style.ts",
"./ui/styling/stylers-common.ts",
"./ui/styling/stylers.android.ts",
"./ui/styling/stylers.d.ts",
"./ui/styling/stylers.ios.ts",
"./ui/styling/styling.d.ts",
"./ui/styling/styling.ts",
"./ui/styling/visual-state-constants.d.ts",
"./ui/styling/visual-state-constants.ts",
"./ui/styling/visual-state.ts",
"./ui/switch/switch-common.ts",
"./ui/switch/switch.android.ts",
"./ui/switch/switch.d.ts",
"./ui/switch/switch.ios.ts",
"./ui/tab-view/tab-view-common.ts",
"./ui/tab-view/tab-view.android.ts",
"./ui/tab-view/tab-view.d.ts",
"./ui/tab-view/tab-view.ios.ts",
"./ui/text-base/text-base.d.ts",
"./ui/text-base/text-base.ts",
"./ui/text-field/text-field-common.ts",
"./ui/text-field/text-field.android.ts",
"./ui/text-field/text-field.d.ts",
"./ui/text-field/text-field.ios.ts",
"./ui/text-view/text-view-common.ts",
"./ui/text-view/text-view.android.ts",
"./ui/text-view/text-view.d.ts",
"./ui/text-view/text-view.ios.ts",
"./ui/time-picker/time-picker-common.ts",
"./ui/time-picker/time-picker.android.ts",
"./ui/time-picker/time-picker.d.ts",
"./ui/time-picker/time-picker.ios.ts",
"./ui/tool-bar/tool-bar-common.ts",
"./ui/tool-bar/tool-bar.android.ts",
"./ui/tool-bar/tool-bar.d.ts",
"./ui/tool-bar/tool-bar.ios.ts",
"./ui/web-view/web-view-common.ts",
"./ui/web-view/web-view.android.ts",
"./ui/web-view/web-view.d.ts",
"./ui/web-view/web-view.ios.ts",
"./utils/android_constants.ts",
"./utils/module-merge.ts",
"./utils/number-utils.ts",
"./utils/types.d.ts",
"./utils/types.ts",
"./utils/utils-common.ts",
"./utils/utils.android.ts",
"./utils/utils.d.ts",
"./utils/utils.ios.ts",
"./xml/xml.d.ts",
"./xml/xml.ts"
]
}