File tree 3 files changed +2
-2
lines changed
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";
3
3
import "tns-core-modules/application" ;
4
4
import "./zone-js/dist/zone-nativescript" ;
5
5
6
- import "reflect-metadata" ;
7
6
import "./polyfills/array" ;
8
7
import "./polyfills/console" ;
9
8
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import "tns-core-modules/globals";
3
3
// Require application early to work around a circular import
4
4
import "tns-core-modules/application" ;
5
5
import "./zone-js/dist/zone-nativescript" ;
6
- import "reflect-metadata" ;
7
6
import "./polyfills/array" ;
8
7
import "./polyfills/console" ;
9
8
import { profile , uptime } from "tns-core-modules/profiling" ;
Original file line number Diff line number Diff line change 6
6
COMMON_PROVIDERS
7
7
} from "./platform-common" ;
8
8
9
+ import "reflect-metadata" ;
10
+
9
11
import { NSFileSystem } from "./file-system/ns-file-system" ;
10
12
11
13
import {
You can’t perform that action at this time.
0 commit comments