Replies: 1 comment
-
Please do not create duplicates with already answered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a pure web code editor, hoping to compile and package Typescript code in the browser.
If we can abstract the part of reading and writing files in swc_bundler, we can use the external callback to get\set files, so that swc_bundler can be used in the browser.
I hope to get some advice on feasibility, if the solution is feasible, I plan to help doing it.
similar question: #7642
Beta Was this translation helpful? Give feedback.
All reactions