@@ -91,88 +91,7 @@ var languageServiceLibrarySources = filesFromConfig(path.join(serverDirectory, "
91
91
92
92
var typesMapOutputPath = path . join ( builtLocalDirectory , 'typesMap.json' ) ;
93
93
94
- var harnessCoreSources = [
95
- "harness.ts" ,
96
- "collections.ts" ,
97
- "vpath.ts" ,
98
- "events.ts" ,
99
- "vfs.ts" ,
100
- "virtualFileSystemWithWatch.ts" ,
101
- "sourceMapRecorder.ts" ,
102
- "harnessLanguageService.ts" ,
103
- "fourslash.ts" ,
104
- "runnerbase.ts" ,
105
- "compilerRunner.ts" ,
106
- "typeWriter.ts" ,
107
- "fourslashRunner.ts" ,
108
- "projectsRunner.ts" ,
109
- "loggedIO.ts" ,
110
- "rwcRunner.ts" ,
111
- "userRunner.ts" ,
112
- "test262Runner.ts" ,
113
- "./parallel/shared.ts" ,
114
- "./parallel/host.ts" ,
115
- "./parallel/worker.ts" ,
116
- "runner.ts"
117
- ] . map ( function ( f ) {
118
- return path . join ( harnessDirectory , f ) ;
119
- } ) ;
120
-
121
- var harnessSources = harnessCoreSources . concat ( [
122
- "incrementalParser.ts" ,
123
- "jsDocParsing.ts" ,
124
- "services/colorization.ts" ,
125
- "services/documentRegistry.ts" ,
126
- "services/preProcessFile.ts" ,
127
- "services/patternMatcher.ts" ,
128
- "session.ts" ,
129
- "versionCache.ts" ,
130
- "convertToBase64.ts" ,
131
- "transpile.ts" ,
132
- "reuseProgramStructure.ts" ,
133
- "textStorage.ts" ,
134
- "moduleResolution.ts" ,
135
- "tsconfigParsing.ts" ,
136
- "builder.ts" ,
137
- "commandLineParsing.ts" ,
138
- "configurationExtension.ts" ,
139
- "convertCompilerOptionsFromJson.ts" ,
140
- "convertTypeAcquisitionFromJson.ts" ,
141
- "tsserverProjectSystem.ts" ,
142
- "tscWatchMode.ts" ,
143
- "compileOnSave.ts" ,
144
- "typingsInstaller.ts" ,
145
- "projectErrors.ts" ,
146
- "matchFiles.ts" ,
147
- "initializeTSConfig.ts" ,
148
- "extractConstants.ts" ,
149
- "extractFunctions.ts" ,
150
- "extractRanges.ts" ,
151
- "extractTestHelpers.ts" ,
152
- "printer.ts" ,
153
- "textChanges.ts" ,
154
- "telemetry.ts" ,
155
- "transform.ts" ,
156
- "customTransforms.ts" ,
157
- "programMissingFiles.ts" ,
158
- "symbolWalker.ts" ,
159
- "languageService.ts" ,
160
- "publicApi.ts" ,
161
- "hostNewLineSupport.ts" ,
162
- ] . map ( function ( f ) {
163
- return path . join ( unittestsDirectory , f ) ;
164
- } ) ) . concat ( [
165
- "protocol.ts" ,
166
- "utilities.ts" ,
167
- "scriptVersionCache.ts" ,
168
- "scriptInfo.ts" ,
169
- "project.ts" ,
170
- "typingsCache.ts" ,
171
- "editorServices.ts" ,
172
- "session.ts" ,
173
- ] . map ( function ( f ) {
174
- return path . join ( serverDirectory , f ) ;
175
- } ) ) ;
94
+ var harnessSources = filesFromConfig ( "./src/harness/tsconfig.json" ) ;
176
95
177
96
var es2015LibrarySources = [
178
97
"es2015.core.d.ts" ,
0 commit comments