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
Was wondering if it would be problematic to add support for optional chaining, which is available in acorn 7.3.0 and newer (acornjs/acorn#1010). I was able to use the acorn parser version 8.7.1, but sval doesn't accept the chaining operator in the generated AST.
The text was updated successfully, but these errors were encountered:
Great work!
Was wondering if it would be problematic to add support for optional chaining, which is available in acorn 7.3.0 and newer (acornjs/acorn#1010). I was able to use the acorn parser version 8.7.1, but sval doesn't accept the chaining operator in the generated AST.
The text was updated successfully, but these errors were encountered: