Skip to content

Commit

Permalink
Updated baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Apr 2, 2015
1 parent 5c44038 commit d9078e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/baselines/reference/APISample_linter.types.pull
Original file line number Diff line number Diff line change
Expand Up @@ -3675,6 +3675,9 @@ declare module "typescript" {

EmitDecorate = 512,
>EmitDecorate : NodeCheckFlags

EmitParam = 1024,
>EmitParam : NodeCheckFlags
}
interface NodeLinks {
>NodeLinks : NodeLinks
Expand Down Expand Up @@ -4190,6 +4193,9 @@ declare module "typescript" {
separateCompilation?: boolean;
>separateCompilation : boolean

emitDecoratorMetadata?: boolean;
>emitDecoratorMetadata : boolean

[option: string]: string | number | boolean;
>option : string
}
Expand Down

0 comments on commit d9078e9

Please sign in to comment.