blob: c2fb7f5a5c10099726fdc10ffcb31159cac4e50a (
plain)
1
2
3
4
5
6
7
|
# Deno TypeScript Crate
[](https://crates.io/crates/deno_typescript)
[](https://docs.rs/deno_typescript)
This crate provides utilities to compile typescript, bundle it up, and create a
V8 snapshot, all during build. Snapshots allow the executable to startup fast.
|