mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-06 15:24:36 -05:00
Accept baselines
This commit is contained in:
@@ -4880,7 +4880,8 @@ declare namespace ts {
|
||||
enum OutliningSpanKind {
|
||||
Comment = "comment",
|
||||
Region = "region",
|
||||
Code = "code"
|
||||
Code = "code",
|
||||
Import = "import"
|
||||
}
|
||||
enum OutputFileType {
|
||||
JavaScript = 0,
|
||||
|
||||
@@ -4880,7 +4880,8 @@ declare namespace ts {
|
||||
enum OutliningSpanKind {
|
||||
Comment = "comment",
|
||||
Region = "region",
|
||||
Code = "code"
|
||||
Code = "code",
|
||||
Import = "import"
|
||||
}
|
||||
enum OutputFileType {
|
||||
JavaScript = 0,
|
||||
|
||||
Reference in New Issue
Block a user