@@ -169,7 +169,6 @@ describe("unittests:: moduleResolution:: Node module resolution - non-relative p
169
169
resolvedFileName : "/sub/node_modules/a/index.ts" ,
170
170
isExternalLibraryImport : true ,
171
171
extension : ts . Extension . Ts ,
172
- resolvedUsingTsExtension : false ,
173
172
} ,
174
173
failedLookupLocations : [ ] ,
175
174
affectingLocations : [ ] ,
@@ -185,7 +184,6 @@ describe("unittests:: moduleResolution:: Node module resolution - non-relative p
185
184
resolvedFileName : "/sub/directory/node_modules/b/index.ts" ,
186
185
isExternalLibraryImport : true ,
187
186
extension : ts . Extension . Ts ,
188
- resolvedUsingTsExtension : false ,
189
187
} ,
190
188
failedLookupLocations : [ ] ,
191
189
affectingLocations : [ ] ,
@@ -203,7 +201,6 @@ describe("unittests:: moduleResolution:: Node module resolution - non-relative p
203
201
resolvedFileName : "/bar/node_modules/c/index.ts" ,
204
202
isExternalLibraryImport : true ,
205
203
extension : ts . Extension . Ts ,
206
- resolvedUsingTsExtension : false ,
207
204
} ,
208
205
failedLookupLocations : [ ] ,
209
206
affectingLocations : [ ] ,
@@ -220,7 +217,6 @@ describe("unittests:: moduleResolution:: Node module resolution - non-relative p
220
217
resolvedFileName : "/foo/index.ts" ,
221
218
isExternalLibraryImport : true ,
222
219
extension : ts . Extension . Ts ,
223
- resolvedUsingTsExtension : false ,
224
220
} ,
225
221
failedLookupLocations : [ ] ,
226
222
affectingLocations : [ ] ,
@@ -236,7 +232,6 @@ describe("unittests:: moduleResolution:: Node module resolution - non-relative p
236
232
resolvedFileName : "d:/bar/node_modules/e/index.ts" ,
237
233
isExternalLibraryImport : true ,
238
234
extension : ts . Extension . Ts ,
239
- resolvedUsingTsExtension : false ,
240
235
} ,
241
236
failedLookupLocations : [ ] ,
242
237
affectingLocations : [ ] ,
0 commit comments