File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import "tns-core-modules/globals";
33import "tns-core-modules/application" ;
44import "./zone-js/dist/zone-nativescript" ;
55
6- import "reflect-metadata" ;
76import "./polyfills/array" ;
87import "./polyfills/console" ;
98
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import "tns-core-modules/globals";
33// Require application early to work around a circular import
44import "tns-core-modules/application" ;
55import "./zone-js/dist/zone-nativescript" ;
6- import "reflect-metadata" ;
76import "./polyfills/array" ;
87import "./polyfills/console" ;
98import { profile , uptime } from "tns-core-modules/profiling" ;
Original file line number Diff line number Diff line change 66 COMMON_PROVIDERS
77} from "./platform-common" ;
88
9+ import "reflect-metadata" ;
10+
911import { NSFileSystem } from "./file-system/ns-file-system" ;
1012
1113import {
You can’t perform that action at this time.
0 commit comments