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
"======== Resolving module 'lib' from '/a/b/app.js'. ========",
2071
2071
"Module resolution kind is not specified, using 'NodeJs'.",
2072
-
"Loading module 'lib' from 'node_modules' folder.",
2073
-
"File '/a/b/node_modules/lib.ts' does not exist.",
2074
-
"File '/a/b/node_modules/lib.tsx' does not exist.",
2075
-
"File '/a/b/node_modules/lib.d.ts' does not exist.",
2076
-
"File '/a/b/node_modules/lib/package.json' does not exist.",
2077
-
"File '/a/b/node_modules/lib/index.ts' does not exist.",
2078
-
"File '/a/b/node_modules/lib/index.tsx' does not exist.",
2079
-
"File '/a/b/node_modules/lib/index.d.ts' does not exist.",
2080
-
"File '/a/b/node_modules/@types/lib.d.ts' does not exist.",
2081
-
"File '/a/b/node_modules/@types/lib/package.json' does not exist.",
2082
-
"File '/a/b/node_modules/@types/lib/index.d.ts' does not exist.",
2083
-
"File '/a/node_modules/lib.ts' does not exist.",
2084
-
"File '/a/node_modules/lib.tsx' does not exist.",
2085
-
"File '/a/node_modules/lib.d.ts' does not exist.",
2086
-
"File '/a/node_modules/lib/package.json' does not exist.",
2087
-
"File '/a/node_modules/lib/index.ts' does not exist.",
2088
-
"File '/a/node_modules/lib/index.tsx' does not exist.",
2089
-
"File '/a/node_modules/lib/index.d.ts' does not exist.",
2090
-
"File '/a/node_modules/@types/lib.d.ts' does not exist.",
2091
-
"File '/a/node_modules/@types/lib/package.json' does not exist.",
2092
-
"File '/a/node_modules/@types/lib/index.d.ts' does not exist.",
2093
-
"File '/node_modules/lib.ts' does not exist.",
2094
-
"File '/node_modules/lib.tsx' does not exist.",
2095
-
"File '/node_modules/lib.d.ts' does not exist.",
2096
-
"File '/node_modules/lib/package.json' does not exist.",
2097
-
"File '/node_modules/lib/index.ts' does not exist.",
2098
-
"File '/node_modules/lib/index.tsx' does not exist.",
2099
-
"File '/node_modules/lib/index.d.ts' does not exist.",
2100
-
"File '/node_modules/@types/lib.d.ts' does not exist.",
2101
-
"File '/node_modules/@types/lib/package.json' does not exist.",
2102
-
"File '/node_modules/@types/lib/index.d.ts' does not exist.",
2103
-
"Loading module 'lib' from 'node_modules' folder.",
2104
-
"File '/a/b/node_modules/lib.js' does not exist.",
2105
-
"File '/a/b/node_modules/lib.jsx' does not exist.",
2106
-
"File '/a/b/node_modules/lib/package.json' does not exist.",
2107
-
"File '/a/b/node_modules/lib/index.js' does not exist.",
2108
-
"File '/a/b/node_modules/lib/index.jsx' does not exist.",
2109
-
"File '/a/node_modules/lib.js' does not exist.",
2110
-
"File '/a/node_modules/lib.jsx' does not exist.",
2111
-
"File '/a/node_modules/lib/package.json' does not exist.",
2112
-
"File '/a/node_modules/lib/index.js' does not exist.",
2113
-
"File '/a/node_modules/lib/index.jsx' does not exist.",
2114
-
"File '/node_modules/lib.js' does not exist.",
2115
-
"File '/node_modules/lib.jsx' does not exist.",
2116
-
"File '/node_modules/lib/package.json' does not exist.",
2117
-
"File '/node_modules/lib/index.js' does not exist.",
2118
-
"File '/node_modules/lib/index.jsx' does not exist.",
2072
+
"Loading module 'lib' from 'node_modules' folder, target file type 'TypeScript'.",
2073
+
"Directory '/a/b/node_modules' does not exist, skipping all lookups in it.",
2074
+
"Directory '/a/node_modules' does not exist, skipping all lookups in it.",
2075
+
"Directory '/node_modules' does not exist, skipping all lookups in it.",
2076
+
"Loading module 'lib' from 'node_modules' folder, target file type 'JavaScript'.",
2077
+
"Directory '/a/b/node_modules' does not exist, skipping all lookups in it.",
2078
+
"Directory '/a/node_modules' does not exist, skipping all lookups in it.",
2079
+
"Directory '/node_modules' does not exist, skipping all lookups in it.",
2119
2080
"======== Module name 'lib' was not resolved. ========",
2120
2081
`Auto discovery for typings is enabled in project '${proj.getProjectName()}'. Running extra resolution pass for module 'lib' using cache location '/a/cache'.`,
2121
2082
"File '/a/cache/node_modules/lib.d.ts' does not exist.",
2122
-
"File '/a/cache/node_modules/lib/package.json' does not exist.",
2123
-
"File '/a/cache/node_modules/lib/index.d.ts' does not exist.",
2124
2083
"File '/a/cache/node_modules/@types/lib.d.ts' does not exist.",
2125
2084
"File '/a/cache/node_modules/@types/lib/package.json' does not exist.",
2126
2085
"File '/a/cache/node_modules/@types/lib/index.d.ts' exist - use it as a name resolution result.",
0 commit comments