An open API service indexing awesome lists of open source software.

https://github.com/albertlin0923/ts-to-js

转译TS的几种姿势
https://github.com/albertlin0923/ts-to-js

Last synced: over 1 year ago
JSON representation

转译TS的几种姿势

Awesome Lists containing this project

README

          

# ts-to-js
转译TS的几种姿势

## 打包工具

- webpack
- rollup
- parcel
- esbuild
- [swcpack](https://swc.rs/docs/configuration/bundling)
- Turbopack

## 转译工具 (Typescript 转 Javascript / Javacripts 转低版本 Javascript)

- tsc
- esbuild
- babel
- [swc](https://swc.rs/docs/configuration/compilation)
- bun

## 基于以上工具封装的工具

- vite -- 基于esbuild/rollup的构建工具
- tsx -- 基于esbuild的Typescript运行工具
- unbuild -- 基于esbuild的库构建工具
- @umijs/father -- 基于esbuild,babel,swc等的库构建工具
-