mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
c9ef182886
- Fixes cargo publish on deno_typescript, deno_cli_snapshots, and deno_cli. - Combines cli_snapshots and js into one directory. - Extracts TS version at compile time rather than runtime - Bumps version awkwardly - it was necessary to test end-to-end publishing. Sorry. - Adds git submodule deno_typescript/typescript |
||
---|---|---|
.. | ||
typescript@cf7b2d4ae9 | ||
amd_runtime.js | ||
Cargo.toml | ||
compiler_main.js | ||
lib.deno_core.d.ts | ||
lib.rs | ||
ops.rs | ||
README.md |
This crate provides utilies to compile typescript, bundle it up, and create a V8 snapshot, all during build. This allows users to startup fast.
The cli_snapshots crate, neighboring this one uses deno_typescript at build time.
This crate does not depend on Node, Python, nor any other external dependencies besides those listed as such in Cargo.toml.