Deno TypeScript. Creates frozen snapshots of TypeScript files during project builds.

github.com/ry/deno_typescript

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2019
  • Link to main repo
August 2019
  • Replace almond with my own AMD runtime (#7)
  • Remove unused file
  • compiler snapshot builds (#6)
  • deno_cli_snapshots builds and can use console.log
  • Import deno TS code unchanged - DOES NOT BUILD
  • Clean up
  • v0.0.2
  • One more clean up
  • more cleanups
  • support imports (#4)
  • Make sure all files loaded by tsc cause reload
  • Simplify file org
  • Improve how rootNames are passed
  • Add deno_core.d.ts
  • v0.0.1
  • Rename to deno_typescript (#2)
  • reorg - remove old prototypes (#1)
  • Add example2 - now snapshots are built in build.rs
  • Add deno_ts crate, which builds a minimal typescript compiler