File tree 4 files changed +1796
-1786
lines changed
4 files changed +1796
-1786
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ var compilerSources = [
39
39
"utilities.ts" ,
40
40
"binder.ts" ,
41
41
"checker.ts" ,
42
+ "declarationEmitter.ts" ,
42
43
"emitter.ts" ,
43
44
"program.ts" ,
44
45
"commandLineParser.ts" ,
@@ -57,6 +58,7 @@ var servicesSources = [
57
58
"utilities.ts" ,
58
59
"binder.ts" ,
59
60
"checker.ts" ,
61
+ "declarationEmitter.ts" ,
60
62
"emitter.ts" ,
61
63
"program.ts" ,
62
64
"commandLineParser.ts" ,
@@ -65,7 +67,7 @@ var servicesSources = [
65
67
return path . join ( compilerDirectory , f ) ;
66
68
} ) . concat ( [
67
69
"breakpoints.ts" ,
68
- "navigateTo.ts" ,
70
+ "navigateTo.ts" ,
69
71
"navigationBar.ts" ,
70
72
"outliningElementsCollector.ts" ,
71
73
"patternMatcher.ts" ,
@@ -539,7 +541,7 @@ function cleanTestDirs() {
539
541
}
540
542
541
543
jake . mkdirP ( localRwcBaseline ) ;
542
- jake . mkdirP ( localTest262Baseline ) ;
544
+ jake . mkdirP ( localTest262Baseline ) ;
543
545
jake . mkdirP ( localBaseline ) ;
544
546
}
545
547
You can’t perform that action at this time.
0 commit comments