Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test that we can transform code using modern language features #8

Open
domenic opened this issue Jul 30, 2019 · 1 comment
Open

Test that we can transform code using modern language features #8

domenic opened this issue Jul 30, 2019 · 1 comment
Milestone

Comments

@domenic
Copy link
Collaborator

domenic commented Jul 30, 2019

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.

@domenic
Copy link
Collaborator Author

domenic commented Aug 9, 2019

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.

@domenic domenic added this to the Polish milestone Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant