@kimlikdao/kdts
v0.2.2
Published
KimlikDAO TypeScript compiler
Maintainers
Readme
kdts is an optimization-first TypeScript compiler. Instead of erasing types
as early as possible, it uses them throughout the compilation to direct
optimizations, achieving transformations that would not have been possible were
the types not known.
Install
bun add -g @kimlikdao/kdtsRequires Bun >= 1.3.0.
Usage
kdts src/main.ts
kdts run src/main.ts
kdts test
kdts benchkdts <entry>orkdts compile <entry>compiles an entry filekdts run <entry>compiles and runs an entry filekdts test [target]compiles matching test files and runs themkdts bench [target]compiles matching benchmarks and runs them
Run kdts --help for the full option list.
