Merge branch 'noParentNodesInEmitter' into transformPerf

This commit is contained in:
Ron Buckton
2015-09-08 16:51:21 -07:00
1275 changed files with 72552 additions and 50460 deletions
+1 -1
View File
@@ -1480,7 +1480,7 @@ class KindAnnotation extends Annotation {
public kind: SyntaxKind;
public kindSymbol: Symbol;
public options: KindOptions;
constructor([{ value, symbol }, { create = true, update = true, test = true } = {}, ..._arguments]: [EnumValue<SyntaxKind>, KindOptions, any]) {
constructor([{ value, symbol }, { create = true, update = true, test = true } = <KindOptions>{}, ..._arguments]: [EnumValue<SyntaxKind>, KindOptions, any]) {
super(_arguments);
this.kind = value;
this.kindSymbol = symbol;