https://github.com/jakzo/tsz
Advanced optimising TypeScript compiler.
https://github.com/jakzo/tsz
Last synced: 3 months ago
JSON representation
Advanced optimising TypeScript compiler.
- Host: GitHub
- URL: https://github.com/jakzo/tsz
- Owner: jakzo
- Created: 2022-01-08T03:23:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T07:27:36.000Z (over 3 years ago)
- Last Synced: 2025-01-13T20:14:32.909Z (5 months ago)
- Language: TypeScript
- Size: 48.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# tsz
_Advanced optimizing compiler for TypeScript._
> Attention: This library is currently a _work-in-progress_ and _proof-of-concept_. It is not done yet and only works with a subset of TypeScript code and performs optimizations. The plan is to rewrite this once it is shown that every major optimization can be successfully performed on this subset of JS.
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions how to develop locally and make changes.