This repository was archived by the owner on Nov 21, 2025. It is now read-only.
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
33node_js :
44 - ' 6.6.0'
55
6- cache :
7- directories :
8- - ./node_modules
9- - ./client/node_modules
10- - ./server/node_modules
11-
126env :
137 matrix :
148 # 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 2323 "@angular/core" : " github:angular/core-builds" ,
2424 "@angular/tsc-wrapped" : " ^0.4.0" ,
2525 "@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 "
2828 },
2929 "repository" : {
3030 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -2033,7 +2033,7 @@ export class CompilerService {
20332033 this . languageService = ts . createLanguageService ( this . host , this . documentRegistry ) ;
20342034
20352035 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 ) ;
20372037 this . ngService = logServiceTimes ( logger , this . ng . createLanguageService ( this . ngHost ) ) ;
20382038 this . ngHost . setSite ( this . ngService ) ;
20392039 this . classifier = ts . createClassifier ( ) ;
You can’t perform that action at this time.
0 commit comments