-
-
Notifications
You must be signed in to change notification settings - Fork 15
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: Debug Failure. Unhandled SyntaxKind: ImportClause. #33
Comments
Never mind, I fixed it by explicitly specifying the typescript version that is specified in this project's package.json: |
I'm experiencing this same issue but setting the TS version isn't helping. May create a new issue if I can't figure it out. |
With TypeScript 4.9.5, I am getting the following warning:
They seem related to the ImportClause issue above. Can we reopen this issue or create a new one as it seems TypeScript 5 support is not 100% here? |
Might be late for you, but for others for future reference: make sure you install cjstoesm in your project directory with typescript@4. If you install it globally, then make sure that typescript globally is also v4. |
Personally, I have only been able to get this working using:
Processing my whole folder hierarchy was also challenging (struggled with this, so this is what I ended up with:
|
I tied to run the command using
npx
but I get the following error:Seems like TypeScript is broken somehow but I don't understand why this happens. Any clues?
The text was updated successfully, but these errors were encountered: