File tree 15 files changed +15
-0
lines changed
tests/baselines/reference
Default initialized TSConfig
Initialized TSConfig with advanced options
Initialized TSConfig with boolean value compiler options
Initialized TSConfig with enum value compiler options
Initialized TSConfig with files options
Initialized TSConfig with incorrect compiler option
Initialized TSConfig with incorrect compiler option value
Initialized TSConfig with list compiler options
Initialized TSConfig with list compiler options with enum value
tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit
15 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
"declarationDir" : " lib" , /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change 64
64
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
65
65
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
66
66
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
67
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
67
68
68
69
/* Interop Constraints */
69
70
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
85
85
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
86
86
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
87
87
"declarationDir" : "decls" , /* Specify the output directory for generated declaration files. */
88
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
88
89
89
90
/* Interop Constraints */
90
91
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
85
85
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
86
86
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
87
87
"declarationDir" : "decls" , /* Specify the output directory for generated declaration files. */
88
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
88
89
89
90
/* Interop Constraints */
90
91
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
85
85
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
86
86
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
87
87
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
88
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
88
89
89
90
/* Interop Constraints */
90
91
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
85
85
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
86
86
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
87
87
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
88
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
88
89
89
90
/* Interop Constraints */
90
91
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
85
85
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
86
86
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
87
87
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
88
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
88
89
89
90
/* Interop Constraints */
90
91
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ interface Array<T> { length: number; [n: number]: T; }
85
85
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
86
86
// "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
87
87
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
88
+ // "noErasingImportedNames": true, /* Disable the removal of unused imported identifiers from the JavaScript output. */
88
89
89
90
/* Interop Constraints */
90
91
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
You can’t perform that action at this time.
0 commit comments