Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazu728/type-checker


https://github.com/kazu728/type-checker

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Type checker

Implementations of TS type checker referenced in
https://jaked.org/blog/2021-09-07-Reconstructing-TypeScript-part-0

## Features

- [x] Primitive types
- [x] Object types
- [x] Function types
- [x] Subtyping
- [x] Singletons
- [x] Operators
- [x] Union
- [ ] Intersection
- [ ] Narrowing