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
fix(ast/estree): fix TS types for BigIntLiteral and RegExpLiteral (#9091)
The `value` fields of these 2 types are `null` in the JSON AST, but they're converted to `BigInt` or `RegExp`s on JS side. Adjust the TS type definitions accordingly.
0 commit comments