From 43a4b22eba1e3626b7f31deee6b6ec434588555f Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Fri, 11 Nov 2016 14:13:09 -0800 Subject: [PATCH] Update baseline --- .../pathMappingBasedModuleResolution_withExtension.trace.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/baselines/reference/pathMappingBasedModuleResolution_withExtension.trace.json b/tests/baselines/reference/pathMappingBasedModuleResolution_withExtension.trace.json index c4064ab8b8b..a761414eb42 100644 --- a/tests/baselines/reference/pathMappingBasedModuleResolution_withExtension.trace.json +++ b/tests/baselines/reference/pathMappingBasedModuleResolution_withExtension.trace.json @@ -6,7 +6,6 @@ "Module name 'foo', matched pattern 'foo'.", "Trying substitution 'foo/foo.ts', candidate module location: 'foo/foo.ts'.", "File '/foo/foo.ts' exist - use it as a name resolution result.", - "Resolving real path for '/foo/foo.ts', result '/foo/foo.ts'", "======== Module name 'foo' was successfully resolved to '/foo/foo.ts'. ========", "======== Resolving module 'bar' from '/a.ts'. ========", "Module resolution kind is not specified, using 'NodeJs'.", @@ -15,6 +14,5 @@ "Module name 'bar', matched pattern 'bar'.", "Trying substitution 'bar/bar.js', candidate module location: 'bar/bar.js'.", "File '/bar/bar.js' exist - use it as a name resolution result.", - "Resolving real path for '/bar/bar.js', result '/bar/bar.js'", "======== Module name 'bar' was successfully resolved to '/bar/bar.js'. ========" ] \ No newline at end of file