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
For various advanced tooling things (linting stuff, preprocessing stuff, autoformatting stuff), it would be nice if the compiler exposed its already-configured instance of the estree walker to consumers.
I would imagine this would be technically pretty easy, and the question is whether it'd be tying us down in an area where we don't want to have to worry about breaking changes.
The text was updated successfully, but these errors were encountered:
For various advanced tooling things (linting stuff, preprocessing stuff, autoformatting stuff), it would be nice if the compiler exposed its already-configured instance of the estree walker to consumers.
I would imagine this would be technically pretty easy, and the question is whether it'd be tying us down in an area where we don't want to have to worry about breaking changes.
The text was updated successfully, but these errors were encountered: