We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d725fe commit dae1126Copy full SHA for dae1126
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -4880,7 +4880,8 @@ declare namespace ts {
4880
enum OutliningSpanKind {
4881
Comment = "comment",
4882
Region = "region",
4883
- Code = "code"
+ Code = "code",
4884
+ Import = "import"
4885
}
4886
enum OutputFileType {
4887
JavaScript = 0,
tests/baselines/reference/api/typescript.d.ts
0 commit comments