esbuild
作用是打包、构建前端项目 // 解析、重写、打包
暴露的 API 是 Transform 和 Build
没有完整的 TS AST,不能进行类型检查:https://github.com/evanw/esbuild/issues/101
能在浏览器中运行 wasm 版本:https://esbuild.github.io/api/#running-in-the-browser
但只能转译,如何 bundle ?如何使用内存文件系统?
Some records of life and study