Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaked/reconstructing-typescript
Code and demos for Reconstructing TypeScript blog posts.
https://github.com/jaked/reconstructing-typescript
Last synced: 3 months ago
JSON representation
Code and demos for Reconstructing TypeScript blog posts.
- Host: GitHub
- URL: https://github.com/jaked/reconstructing-typescript
- Owner: jaked
- License: mit
- Created: 2019-11-20T22:36:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T09:50:17.000Z (over 1 year ago)
- Last Synced: 2024-06-30T05:30:15.526Z (5 months ago)
- Homepage: https://jaked.org/blog
- Size: 1.12 MB
- Stars: 33
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reconstructing TypeScript
Code and demos for Reconstructing TypeScript blog posts.
See
* Part 0 [intro and background](https://jaked.org/blog/2021-09-07-Reconstructing-TypeScript-part-0)
* Part 1 [bidirectional type checking](https://jaked.org/blog/2021-09-15-Reconstructing-TypeScript-part-1)
* Part 2 [functions and function calls](https://jaked.org/blog/2021-09-27-Reconstructing-TypeScript-part-2)
* Part 3 [operators and singleton types](https://jaked.org/blog/2021-10-06-Reconstructing-TypeScript-part-3)
* Part 4 [union types](https://jaked.org/blog/2021-10-14-Reconstructing-TypeScript-part-4)
* Part 5 [intersection types](https://jaked.org/blog/2021-10-28-Reconstructing-TypeScript-part-5)
* Part 6 [narrowing](https://jaked.org/blog/2021-11-11-Reconstructing-TypeScript-part-6)``` shell
git clone --recurse-submodules https://github.com/jaked/reconstructing-typescript.git
npm install
npm run bootstrap
npm test
npm run build
npm run deploy
```