Skip to content

Commit 6bf4384

Browse files
committed
accept missed baseline
1 parent f311945 commit 6bf4384

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

tests/baselines/reference/pathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.trace.json

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,7 @@
167167
"File '/root/src/bar.tsx' does not exist.",
168168
"File '/root/src/bar.d.ts' does not exist.",
169169
"Directory '/root/src/bar' does not exist, skipping all lookups in it.",
170-
"Loading module 'file:///bar' from 'node_modules' folder, target file types: TypeScript, Declaration.",
171-
"Directory '/root/node_modules' does not exist, skipping all lookups in it.",
172-
"Skipping module 'file:///bar' that looks like an absolute URI.",
173-
"Skipping module 'file:///bar' that looks like an absolute URI.",
174-
"Directory '/node_modules' does not exist, skipping all lookups in it.",
175-
"Skipping module 'file:///bar' that looks like an absolute URI.",
176-
"Skipping module 'file:///bar' that looks like an absolute URI.",
170+
"Skipping module 'file:///bar' that looks like an absolute URI, target file types: TypeScript, Declaration.",
177171
"'baseUrl' option is set to '/root', using this value to resolve non-relative module name 'file:///bar'.",
178172
"'paths' option is specified, looking for a pattern to match module name 'file:///bar'.",
179173
"Module name 'file:///bar', matched pattern 'file:///*'.",
@@ -201,13 +195,7 @@
201195
"File '/root/src/bar.tsx' does not exist.",
202196
"File '/root/src/bar.d.ts' does not exist.",
203197
"Directory '/root/src/bar' does not exist, skipping all lookups in it.",
204-
"Loading module 'file://c:/bar' from 'node_modules' folder, target file types: TypeScript, Declaration.",
205-
"Directory '/root/node_modules' does not exist, skipping all lookups in it.",
206-
"Skipping module 'file://c:/bar' that looks like an absolute URI.",
207-
"Skipping module 'file://c:/bar' that looks like an absolute URI.",
208-
"Directory '/node_modules' does not exist, skipping all lookups in it.",
209-
"Skipping module 'file://c:/bar' that looks like an absolute URI.",
210-
"Skipping module 'file://c:/bar' that looks like an absolute URI.",
198+
"Skipping module 'file://c:/bar' that looks like an absolute URI, target file types: TypeScript, Declaration.",
211199
"'baseUrl' option is set to '/root', using this value to resolve non-relative module name 'file://c:/bar'.",
212200
"'paths' option is specified, looking for a pattern to match module name 'file://c:/bar'.",
213201
"Module name 'file://c:/bar', matched pattern 'file://c:/*'.",
@@ -235,13 +223,7 @@
235223
"File '/root/src/bar.tsx' does not exist.",
236224
"File '/root/src/bar.d.ts' does not exist.",
237225
"Directory '/root/src/bar' does not exist, skipping all lookups in it.",
238-
"Loading module 'file://server/bar' from 'node_modules' folder, target file types: TypeScript, Declaration.",
239-
"Directory '/root/node_modules' does not exist, skipping all lookups in it.",
240-
"Skipping module 'file://server/bar' that looks like an absolute URI.",
241-
"Skipping module 'file://server/bar' that looks like an absolute URI.",
242-
"Directory '/node_modules' does not exist, skipping all lookups in it.",
243-
"Skipping module 'file://server/bar' that looks like an absolute URI.",
244-
"Skipping module 'file://server/bar' that looks like an absolute URI.",
226+
"Skipping module 'file://server/bar' that looks like an absolute URI, target file types: TypeScript, Declaration.",
245227
"'baseUrl' option is set to '/root', using this value to resolve non-relative module name 'file://server/bar'.",
246228
"'paths' option is specified, looking for a pattern to match module name 'file://server/bar'.",
247229
"Module name 'file://server/bar', matched pattern 'file://server/*'.",
@@ -269,13 +251,7 @@
269251
"File '/root/src/bar.tsx' does not exist.",
270252
"File '/root/src/bar.d.ts' does not exist.",
271253
"Directory '/root/src/bar' does not exist, skipping all lookups in it.",
272-
"Loading module 'http://server/bar' from 'node_modules' folder, target file types: TypeScript, Declaration.",
273-
"Directory '/root/node_modules' does not exist, skipping all lookups in it.",
274-
"Skipping module 'http://server/bar' that looks like an absolute URI.",
275-
"Skipping module 'http://server/bar' that looks like an absolute URI.",
276-
"Directory '/node_modules' does not exist, skipping all lookups in it.",
277-
"Skipping module 'http://server/bar' that looks like an absolute URI.",
278-
"Skipping module 'http://server/bar' that looks like an absolute URI.",
254+
"Skipping module 'http://server/bar' that looks like an absolute URI, target file types: TypeScript, Declaration.",
279255
"'baseUrl' option is set to '/root', using this value to resolve non-relative module name 'http://server/bar'.",
280256
"'paths' option is specified, looking for a pattern to match module name 'http://server/bar'.",
281257
"Module name 'http://server/bar', matched pattern 'http://server/*'.",

0 commit comments

Comments
 (0)