Skip to content

Commit 11e5727

Browse files
committed
Update unit test baselines
1 parent c89137d commit 11e5727

File tree

1,018 files changed

+132648
-11764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,018 files changed

+132648
-11764
lines changed

tests/baselines/reference/reuseProgramStructure/can-reuse-ambient-module-declarations-from-non-modified-files.js

+19
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ File: /a/b/node.d.ts
3838

3939
declare module 'fs' {}
4040

41+
File '/a/b/package.json' does not exist.
42+
File '/a/package.json' does not exist.
43+
File '/package.json' does not exist.
4144
======== Resolving module 'fs' from '/a/b/app.ts'. ========
4245
Module resolution kind is not specified, using 'Classic'.
4346
File '/a/b/fs.ts' does not exist.
@@ -66,6 +69,10 @@ File '/a/fs.jsx' does not exist.
6669
File '/fs.js' does not exist.
6770
File '/fs.jsx' does not exist.
6871
======== Module name 'fs' was not resolved. ========
72+
File '/a/b/package.json' does not exist according to earlier cached lookups.
73+
File '/a/package.json' does not exist according to earlier cached lookups.
74+
File '/package.json' does not exist according to earlier cached lookups.
75+
File 'package.json' does not exist.
6976

7077
MissingPaths:: [
7178
"lib.d.ts"
@@ -114,6 +121,12 @@ File: /a/b/node.d.ts
114121

115122
declare module 'fs' {}
116123

124+
File '/a/b/package.json' does not exist.
125+
File '/a/package.json' does not exist.
126+
File '/package.json' does not exist.
127+
File '/a/b/package.json' does not exist according to earlier cached lookups.
128+
File '/a/package.json' does not exist according to earlier cached lookups.
129+
File '/package.json' does not exist according to earlier cached lookups.
117130
Module 'fs' was resolved as ambient module declared in '/a/b/node.d.ts' since this file was not modified.
118131

119132
MissingPaths:: [
@@ -163,6 +176,12 @@ File: /a/b/node.d.ts
163176

164177
declare var process: any
165178

179+
File '/a/b/package.json' does not exist.
180+
File '/a/package.json' does not exist.
181+
File '/package.json' does not exist.
182+
File '/a/b/package.json' does not exist according to earlier cached lookups.
183+
File '/a/package.json' does not exist according to earlier cached lookups.
184+
File '/package.json' does not exist according to earlier cached lookups.
166185
======== Resolving module 'fs' from '/a/b/app.ts'. ========
167186
Module resolution kind is not specified, using 'Classic'.
168187
File '/a/b/fs.ts' does not exist.

tests/baselines/reference/reuseProgramStructure/can-reuse-module-resolutions-from-non-modified-files.js

+176-3
Large diffs are not rendered by default.

tests/baselines/reference/reuseProgramStructure/fetches-imports-after-npm-install.js

+10
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ File: file2.ts
2929

3030

3131

32+
File 'package.json' does not exist.
3233
======== Resolving module 'a' from 'file1.ts'. ========
3334
Explicitly specified module resolution kind: 'Node10'.
3435
Loading module 'a' from 'node_modules' folder, target file types: TypeScript, Declaration.
@@ -51,6 +52,8 @@ File 'node_modules/a.jsx' does not exist.
5152
File 'node_modules/a/index.js' does not exist.
5253
File 'node_modules/a/index.jsx' does not exist.
5354
======== Module name 'a' was not resolved. ========
55+
File 'package.json' does not exist according to earlier cached lookups.
56+
File 'package.json' does not exist according to earlier cached lookups.
5457

5558
MissingPaths:: [
5659
"lib.d.ts"
@@ -93,6 +96,9 @@ File: file2.ts
9396

9497

9598

99+
File 'package.json' does not exist.
100+
File 'package.json' does not exist according to earlier cached lookups.
101+
File 'package.json' does not exist according to earlier cached lookups.
96102
======== Resolving module 'a' from 'file1.ts'. ========
97103
Explicitly specified module resolution kind: 'Node10'.
98104
Loading module 'a' from 'node_modules' folder, target file types: TypeScript, Declaration.
@@ -105,6 +111,10 @@ File 'node_modules/a/index.ts' does not exist.
105111
File 'node_modules/a/index.tsx' does not exist.
106112
File 'node_modules/a/index.d.ts' exists - use it as a name resolution result.
107113
======== Module name 'a' was successfully resolved to 'node_modules/a/index.d.ts'. ========
114+
File 'node_modules/a/package.json' does not exist according to earlier cached lookups.
115+
File 'node_modules/package.json' does not exist.
116+
File 'package.json' does not exist according to earlier cached lookups.
117+
File 'package.json' does not exist according to earlier cached lookups.
108118

109119
MissingPaths:: []
110120

tests/baselines/reference/tsbuild/amdModulesWithOut/modules-and-globals-mixed-in-amd.js

+118-20
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)