You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the typespec library from a WASI component. It would need the typespec library bundled as a ES module. This would be simliar to how it is bundled for VS Code here, but the rollup output format would need to be es instead of commonjs. As you can see by this hack, there are a few places where things are reliant on Node.js would be to be abstracted. TypeScript made a System interface for that purpose.
Clear and concise description of the problem
I would like to use the typespec library from a WASI component. It would need the typespec library bundled as a ES module. This would be simliar to how it is bundled for VS Code here, but the rollup output format would need to be
es
instead ofcommonjs
. As you can see by this hack, there are a few places where things are reliant on Node.js would be to be abstracted. TypeScript made aSystem
interface for that purpose.Checklist
The text was updated successfully, but these errors were encountered: