File tree 4 files changed +20
-6
lines changed
e2e/nested-router-tab-view
4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.nestedroutertabview" ,
8
8
"tns-ios" : {
9
- "version" : " 4.2.0 "
9
+ "version" : " next "
10
10
},
11
11
"tns-android" : {
12
- "version" : " 4.2.0 "
12
+ "version" : " next "
13
13
}
14
14
},
15
15
"dependencies" : {
26
26
"nativescript-theme-core" : " ~1.0.4" ,
27
27
"reflect-metadata" : " ~0.1.8" ,
28
28
"rxjs" : " ~6.0.0-rc.1" ,
29
- "tns-core-modules" : " ^4.3.0-2018-10-15-104309-01 " ,
29
+ "tns-core-modules" : " next " ,
30
30
"zone.js" : " ~0.8.2"
31
31
},
32
32
"devDependencies" : {
33
+ "@angular/compiler-cli" : " ~6.1.0" ,
34
+ "@ngtools/webpack" : " ~6.2.0" ,
33
35
"@types/chai" : " ^4.0.2" ,
34
36
"@types/mocha" : " ^2.2.41" ,
35
37
"@types/node" : " ^7.0.5" ,
40
42
"mocha" : " ^5.2.0" ,
41
43
"mocha-junit-reporter" : " ^1.18.0" ,
42
44
"mocha-multi" : " ^1.0.1" ,
43
- "nativescript-dev-appium" : " ^4.1.0-2018-10-11-01" ,
44
- "nativescript-dev-typescript" : " ~0.6.0" ,
45
+ "nativescript-dev-appium" : " next" ,
46
+ "nativescript-dev-typescript" : " ~0.7.4" ,
47
+ "nativescript-dev-webpack" : " next" ,
45
48
"typescript" : " ~2.7.2"
46
49
},
47
50
"scripts" : {
48
51
"e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
49
52
"compile-tests" : " tsc -p e2e --watch"
50
53
}
51
- }
54
+ }
Original file line number Diff line number Diff line change
1
+ /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
Original file line number Diff line number Diff line change 16
16
"*" : [
17
17
" ./node_modules/tns-core-modules/*" ,
18
18
" ./node_modules/*"
19
+ ],
20
+ "~/*" : [
21
+ " app/*"
19
22
]
20
23
}
21
24
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "module" : " es2015" ,
5
+ "moduleResolution" : " node"
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments