summaryrefslogtreecommitdiff
path: root/deno_typescript/typescript
AgeCommit message (Collapse)Author
2020-07-20Remove deno_typescript (#6813)Ryan Dahl
2020-05-13Update to TypeScript 3.9 (#4510)Kitson Kelly
2020-03-09upgrade: typescript 3.8.3 (#4301)Ryan Dahl
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273
2019-09-17Update to TypeScript 3.6.3 (#2969)Kitson Kelly
2019-09-15Make deno_cli installable via crates.io (#2946)Ryan Dahl
- 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