Skip to content

Commit 0b02873

Browse files
committed
Update baselines
1 parent 30ffc15 commit 0b02873

File tree

15 files changed

+15
-0
lines changed

15 files changed

+15
-0
lines changed

Diff for: tests/baselines/reference/tsConfig/Default initialized TSConfig/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tsConfig/Initialized TSConfig with advanced options/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
"declarationDir": "lib", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tsConfig/Initialized TSConfig with boolean value compiler options/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tsConfig/Initialized TSConfig with enum value compiler options/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tsConfig/Initialized TSConfig with files options/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option value/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options with enum value/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6565
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6666
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
6768

6869
/* Interop Constraints */
6970
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
8585
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
8686
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
8787
"declarationDir": "decls", /* Specify the output directory for generated declaration files. */
88+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
8889

8990
/* Interop Constraints */
9091
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
8585
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
8686
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
8787
"declarationDir": "decls", /* Specify the output directory for generated declaration files. */
88+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
8889

8990
/* Interop Constraints */
9091
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
8585
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
8686
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
8787
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
88+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
8889

8990
/* Interop Constraints */
9091
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
8585
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
8686
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
8787
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
88+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
8889

8990
/* Interop Constraints */
9091
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
8585
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
8686
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
8787
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
88+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
8889

8990
/* Interop Constraints */
9091
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

Diff for: tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
8585
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
8686
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
8787
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
88+
// "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
8889

8990
/* Interop Constraints */
9091
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */

0 commit comments

Comments
 (0)