mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Updated baseline
This commit is contained in:
@@ -3675,6 +3675,9 @@ declare module "typescript" {
|
||||
|
||||
EmitDecorate = 512,␍
|
||||
>EmitDecorate : NodeCheckFlags
|
||||
|
||||
EmitParam = 1024,␍
|
||||
>EmitParam : NodeCheckFlags
|
||||
}␍
|
||||
interface NodeLinks {␍
|
||||
>NodeLinks : NodeLinks
|
||||
@@ -4190,6 +4193,9 @@ declare module "typescript" {
|
||||
separateCompilation?: boolean;␍
|
||||
>separateCompilation : boolean
|
||||
|
||||
emitDecoratorMetadata?: boolean;␍
|
||||
>emitDecoratorMetadata : boolean
|
||||
|
||||
[option: string]: string | number | boolean;␍
|
||||
>option : string
|
||||
}␍
|
||||
|
||||
Reference in New Issue
Block a user