扫一扫分享
Typescript 编译器的微型模型,旨在教授真正的 Typescript 编译器的结构。
git clone https://github.com/sandersn/mini-typescript
cd mini-typescript
code .
# Get set up
npm i
npm run build
# Or have your changes instantly happen
npm run build --watch
# Run the compiler:
npm run mtsc ./tests/singleVar.ts
手机预览