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
In particular, private fields and imports are both worth testing. A simple test of the console-stripper that uses both those features would suffice to close this issue.
At this point we are blocked on microsoft/TypeScript#30829, which is pretty active and should land soon. Then we'll need to wait on a new TypeScript release; those seem to happen about once a month or so.
In particular, private fields and imports are both worth testing. A simple test of the console-stripper that uses both those features would suffice to close this issue.
This might require changing the parser that jscodeshift uses, e.g. using https://github.com/facebook/jscodeshift/#parser.
The text was updated successfully, but these errors were encountered: