File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
tests/baselines/reference Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3072
3072
"category" : " Error" ,
3073
3073
"code" : 5073
3074
3074
},
3075
- "Option '--incremental' can only be speicified when using tsconfig." : {
3075
+ "Option '--incremental' can only be specified when using tsconfig." : {
3076
3076
"category" : " Error" ,
3077
3077
"code" : 5074
3078
3078
},
Original file line number Diff line number Diff line change @@ -2723,7 +2723,7 @@ namespace ts {
2723
2723
}
2724
2724
2725
2725
if ( options . incremental && ! options . configFilePath ) {
2726
- programDiagnostics . add ( createCompilerDiagnostic ( Diagnostics . Option_incremental_can_only_be_speicified_when_using_tsconfig ) ) ;
2726
+ programDiagnostics . add ( createCompilerDiagnostic ( Diagnostics . Option_incremental_can_only_be_specified_when_using_tsconfig ) ) ;
2727
2727
}
2728
2728
2729
2729
if ( options . composite ) {
Original file line number Diff line number Diff line change 1
- error TS5074: Option '--incremental' can only be speicified when using tsconfig.
1
+ error TS5074: Option '--incremental' can only be specified when using tsconfig.
2
2
3
3
4
- !!! error TS5074: Option '--incremental' can only be speicified when using tsconfig.
4
+ !!! error TS5074: Option '--incremental' can only be specified when using tsconfig.
5
5
==== tests/cases/compiler/invalidIncremental.ts (0 errors) ====
6
6
const x = 10;
7
7
You can’t perform that action at this time.
0 commit comments