-
Notifications
You must be signed in to change notification settings - Fork 69
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
error when trying process Typescript files #72
Comments
@felixcatto Did you manage to make it work? I'm facing the same issue |
Aha! It works after installing additionally the proper parser:
@renke What do you think about mentioning this in docs? |
Nope, i just read that in other languages imports stays unsorted and it is ok :) |
Seconded. It would be helpful to mention this in the README. |
TS version: 3.0.3
import-sort-cli: 5.2.0
When i trying to process .ts or .tsx i got following error :'(
TypeError: parser.parseImports is not a function
But with .js files all working well.
package.json
The text was updated successfully, but these errors were encountered: