File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2470,7 +2470,7 @@ Actual: ${stringify(fullActual)}`);
2470
2470
Harness . IO . log ( stringify ( spans ) ) ;
2471
2471
}
2472
2472
2473
- public verifyOutliningSpans ( spans : Range [ ] , kind ?: "comment" | "region" | "code" | "import " ) {
2473
+ public verifyOutliningSpans ( spans : Range [ ] , kind ?: "comment" | "region" | "code" | "imports " ) {
2474
2474
const actual = this . languageService . getOutliningSpans ( this . activeFile . fileName ) ;
2475
2475
2476
2476
if ( actual . length !== spans . length ) {
@@ -4302,7 +4302,7 @@ namespace FourSlashInterface {
4302
4302
this . state . verifyCurrentNameOrDottedNameSpanText ( text ) ;
4303
4303
}
4304
4304
4305
- public outliningSpansInCurrentFile ( spans : FourSlash . Range [ ] , kind ?: "comment" | "region" | "code" | "import " ) {
4305
+ public outliningSpansInCurrentFile ( spans : FourSlash . Range [ ] , kind ?: "comment" | "region" | "code" | "imports " ) {
4306
4306
this . state . verifyOutliningSpans ( spans , kind ) ;
4307
4307
}
4308
4308
Original file line number Diff line number Diff line change @@ -827,7 +827,7 @@ namespace ts {
827
827
Comment = "comment" ,
828
828
Region = "region" ,
829
829
Code = "code" ,
830
- Import = "import "
830
+ Imports = "imports "
831
831
}
832
832
833
833
export const enum OutputFileType {
Original file line number Diff line number Diff line change @@ -4893,7 +4893,7 @@ declare namespace ts {
4893
4893
Comment = "comment" ,
4894
4894
Region = "region" ,
4895
4895
Code = "code" ,
4896
- Import = "import "
4896
+ Imports = "imports "
4897
4897
}
4898
4898
enum OutputFileType {
4899
4899
JavaScript = 0 ,
Original file line number Diff line number Diff line change @@ -4893,7 +4893,7 @@ declare namespace ts {
4893
4893
Comment = "comment" ,
4894
4894
Region = "region" ,
4895
4895
Code = "code" ,
4896
- Import = "import "
4896
+ Imports = "imports "
4897
4897
}
4898
4898
enum OutputFileType {
4899
4899
JavaScript = 0 ,
You can’t perform that action at this time.
0 commit comments