File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ sudo: false
3
3
node_js :
4
4
- ' 6.6.0'
5
5
6
- cache :
7
- directories :
8
- - ./node_modules
9
- - ./client/node_modules
10
- - ./server/node_modules
11
-
12
6
env :
13
7
matrix :
14
8
# Order: a slower build first, so that we don't occupy an idle travis worker waiting for others to complete.
Original file line number Diff line number Diff line change 23
23
"@angular/core" : " github:angular/core-builds" ,
24
24
"@angular/tsc-wrapped" : " ^0.4.0" ,
25
25
"@types/node" : " ^6.0.46" ,
26
- "rxjs" : " 5.0.0-beta.12 " ,
27
- "zone.js" : " ^0.6.25 "
26
+ "rxjs" : " 5.0.0-rc.4 " ,
27
+ "zone.js" : " ^0.7.2 "
28
28
},
29
29
"repository" : {
30
30
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -2033,7 +2033,7 @@ export class CompilerService {
2033
2033
this . languageService = ts . createLanguageService ( this . host , this . documentRegistry ) ;
2034
2034
2035
2035
this . ng = this . resolveLanguageServiceModule ( ) ;
2036
- this . ngHost = new this . ng . TypeScriptServiceHost ( ts , this . host , this . languageService ) ;
2036
+ this . ngHost = new this . ng . TypeScriptServiceHost ( this . host , this . languageService ) ;
2037
2037
this . ngService = logServiceTimes ( logger , this . ng . createLanguageService ( this . ngHost ) ) ;
2038
2038
this . ngHost . setSite ( this . ngService ) ;
2039
2039
this . classifier = ts . createClassifier ( ) ;
You can’t perform that action at this time.
0 commit comments