You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/baselines/reference/typesVersions.ambientModules.trace.json
+8
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@
32
32
"File 'tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/other.ts' does not exist.",
33
33
"File 'tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/other.tsx' does not exist.",
34
34
"File 'tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/other.d.ts' does not exist.",
35
+
"'package.json' has a 'typesVersions' entry '>=3.1.0-0' that matches compiler version '3.1.0-dev', looking for a pattern to match module name 'index'.",
"File 'tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/other.js' does not exist.",
48
52
"File 'tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/other.jsx' does not exist.",
53
+
"'package.json' has a 'typesVersions' entry '>=3.1.0-0' that matches compiler version '3.1.0-dev', looking for a pattern to match module name 'index'.",
"======== Resolving module 'a' from '/b/user.ts'. ========",
3
+
"Module resolution kind is not specified, using 'NodeJs'.",
4
+
"'baseUrl' option is set to '/', using this value to resolve non-relative module name 'a'.",
5
+
"Resolving module name 'a' relative to base url '/' - '/a'.",
6
+
"Loading module as file / folder, candidate module location '/a', target file type 'TypeScript'.",
7
+
"File '/a.ts' does not exist.",
8
+
"File '/a.tsx' does not exist.",
9
+
"File '/a.d.ts' does not exist.",
10
+
"'package.json' does not have a 'typings' field.",
11
+
"'package.json' does not have a 'types' field.",
12
+
"'package.json' does not have a 'main' field.",
13
+
"'package.json' has a 'typesVersions' field with version-specific path mappings.",
14
+
"Found 'package.json' at '/a/package.json'.",
15
+
"'package.json' has a 'typesVersions' field with version-specific path mappings.",
16
+
"'package.json' does not have a 'typings' field.",
17
+
"'package.json' does not have a 'types' field.",
18
+
"'package.json' does not have a 'main' field.",
19
+
"'package.json' has a 'typesVersions' entry '>=3.1.0-0' that matches compiler version '3.1.0-dev', looking for a pattern to match module name 'index'.",
Copy file name to clipboardExpand all lines: tests/baselines/reference/typesVersionsDeclarationEmit.ambient.trace.json
+8
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@
32
32
"File 'tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other.ts' does not exist.",
33
33
"File 'tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other.tsx' does not exist.",
34
34
"File 'tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other.d.ts' does not exist.",
35
+
"'package.json' has a 'typesVersions' entry '>=3.1.0-0' that matches compiler version '3.1.0-dev', looking for a pattern to match module name 'index'.",
"File 'tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other.js' does not exist.",
48
52
"File 'tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other.jsx' does not exist.",
53
+
"'package.json' has a 'typesVersions' entry '>=3.1.0-0' that matches compiler version '3.1.0-dev', looking for a pattern to match module name 'index'.",
0 commit comments