You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
In many cases to move towards a more ideal AST (and align with babylon), we want to apply modifiers as booleans on the result node, rather than an arbitrary modifiers array of converted nodes.
I will work on a generic solution for this as part of a bug fix to ensure that const enum does not lose the const part in the AST. This bug was introduced by the enum refactor.