|
70 | 70 | "../server/session.ts", |
71 | 71 | "../server/client.ts", |
72 | 72 | "../server/editorServices.ts", |
73 | | - "../../tests/cases/unittests/incrementalParser.ts", |
74 | | - "../../tests/cases/unittests/jsDocParsing.ts", |
75 | | - "../../tests/cases/unittests/services/colorization.ts", |
76 | | - "../../tests/cases/unittests/services/documentRegistry.ts", |
77 | | - "../../tests/cases/unittests/services/preProcessFile.ts", |
78 | | - "../../tests/cases/unittests/services/patternMatcher.ts", |
79 | | - "../../tests/cases/unittests/session.ts", |
80 | | - "../../tests/cases/unittests/versionCache.ts", |
81 | | - "../../tests/cases/unittests/convertToBase64.ts", |
82 | | - "../../tests/cases/unittests/transpile.ts", |
83 | | - "../../tests/cases/unittests/reuseProgramStructure.ts", |
84 | | - "../../tests/cases/unittests/cachingInServerLSHost.ts", |
85 | | - "../../tests/cases/unittests/moduleResolution.ts", |
86 | | - "../../tests/cases/unittests/tsconfigParsing.ts", |
87 | | - "../../tests/cases/unittests/commandLineParsing.ts", |
88 | | - "../../tests/cases/unittests/convertCompilerOptionsFromJson.ts", |
89 | | - "../../tests/cases/unittests/convertTypingOptionsFromJson.ts", |
90 | | - "../../tests/cases/unittests/tsserverProjectSystem.ts", |
91 | | - "../../tests/cases/unittests/matchFiles.ts" |
| 73 | + "./unittests/incrementalParser.ts", |
| 74 | + "./unittests/jsDocParsing.ts", |
| 75 | + "./unittests/services/colorization.ts", |
| 76 | + "./unittests/services/documentRegistry.ts", |
| 77 | + "./unittests/services/preProcessFile.ts", |
| 78 | + "./unittests/services/patternMatcher.ts", |
| 79 | + "./unittests/session.ts", |
| 80 | + "./unittests/versionCache.ts", |
| 81 | + "./unittests/convertToBase64.ts", |
| 82 | + "./unittests/transpile.ts", |
| 83 | + "./unittests/reuseProgramStructure.ts", |
| 84 | + "./unittests/cachingInServerLSHost.ts", |
| 85 | + "./unittests/moduleResolution.ts", |
| 86 | + "./unittests/tsconfigParsing.ts", |
| 87 | + "./unittests/commandLineParsing.ts", |
| 88 | + "./unittests/convertCompilerOptionsFromJson.ts", |
| 89 | + "./unittests/convertTypingOptionsFromJson.ts", |
| 90 | + "./unittests/tsserverProjectSystem.ts", |
| 91 | + "./unittests/matchFiles.ts" |
92 | 92 | ] |
93 | 93 | } |
0 commit comments