Code and demos for Reconstructing TypeScript blog posts.
See
- Part 0 intro and background
- Part 1 bidirectional type checking
- Part 2 functions and function calls
- Part 3 operators and singleton types
- Part 4 union types
- Part 5 intersection types
- Part 6 narrowing
git clone --recurse-submodules https://github.com/jaked/reconstructing-typescript.git
npm install
npm run bootstrap
npm test
npm run build
npm run deploy