Skip to content

Commit 43a4b22

Browse files
author
Andy Hanson
committed
Update baseline
1 parent 1e92a98 commit 43a4b22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/baselines/reference/pathMappingBasedModuleResolution_withExtension.trace.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"Module name 'foo', matched pattern 'foo'.",
77
"Trying substitution 'foo/foo.ts', candidate module location: 'foo/foo.ts'.",
88
"File '/foo/foo.ts' exist - use it as a name resolution result.",
9-
"Resolving real path for '/foo/foo.ts', result '/foo/foo.ts'",
109
"======== Module name 'foo' was successfully resolved to '/foo/foo.ts'. ========",
1110
"======== Resolving module 'bar' from '/a.ts'. ========",
1211
"Module resolution kind is not specified, using 'NodeJs'.",
@@ -15,6 +14,5 @@
1514
"Module name 'bar', matched pattern 'bar'.",
1615
"Trying substitution 'bar/bar.js', candidate module location: 'bar/bar.js'.",
1716
"File '/bar/bar.js' exist - use it as a name resolution result.",
18-
"Resolving real path for '/bar/bar.js', result '/bar/bar.js'",
1917
"======== Module name 'bar' was successfully resolved to '/bar/bar.js'. ========"
2018
]

0 commit comments

Comments
 (0)