mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Also initialize transformFlags properly in NodeObjects.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace ts {
|
||||
this.end = end;
|
||||
this.flags = NodeFlags.None;
|
||||
this.modifierFlagsCache = ModifierFlags.None;
|
||||
this.transformFlags = undefined!; // TODO: GH#18217
|
||||
this.transformFlags = TransformFlags.None;
|
||||
this.parent = undefined!;
|
||||
this.kind = kind;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user