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
Originally posted by stefanprobst November 14, 2021
hi @davidbonnet, what do you think about allowing to (optionally) skip unknown node types? for example the typescript nodes created by @typescript-eslint/typescript-estree. i know very little about asts, but maybe like this small change? thanks!
The text was updated successfully, but these errors were encountered:
The suggested change is incomplete though.
IMHO, it would be more practical to transform the AST using a tool like astravel which would remove unknown nodes prior rendering them to actual code.
Discussed in #587
Originally posted by stefanprobst November 14, 2021
hi @davidbonnet, what do you think about allowing to (optionally) skip unknown node types? for example the typescript nodes created by
@typescript-eslint/typescript-estree
. i know very little about asts, but maybe like this small change? thanks!The text was updated successfully, but these errors were encountered: