-
Notifications
You must be signed in to change notification settings - Fork 8
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
SWC cannot build "chart.js" #52
Comments
pan93412
changed the title
SWC cannot build "chart.js" well
SWC cannot build "chart.js"
Sep 17, 2024
pan93412
added a commit
to database-playground/app-sf
that referenced
this issue
Sep 17, 2024
A bug in SWC[^1] makes the compilation of TypeScript fail. I migrated the TypeScript code back to JavaScript (with @ts-check and JSDoc comments) to eliminate the need for compilation. Besides, `tsconfig.json` are renamed to `jsconfig.json` and exclude some JS files that should not be checked. [^1]: sensiolabs/AssetMapperTypeScriptBundle#52
pan93412
added a commit
to database-playground/app-sf
that referenced
this issue
Sep 17, 2024
A bug in SWC[^1] makes the compilation of TypeScript fail. I migrated the TypeScript code back to JavaScript (with @ts-check and JSDoc comments) to eliminate the need for compilation. Besides, `tsconfig.json` are renamed to `jsconfig.json` and exclude some JS files that should not be checked. [^1]: sensiolabs/AssetMapperTypeScriptBundle#52
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The upstream bug is: swc-project/swc#9559
The text was updated successfully, but these errors were encountered: