index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tsc.rs
Age
Commit message (
Expand
)
Author
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-25
fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)
David Sherret
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-26
chore: use Rust 1.64.0 (#16035)
Mathias Lafeldt
2022-09-02
refactor: extract out check code from emit (#15729)
David Sherret
2022-08-11
fix(cli): allow configurations files to also be json modules (#15444)
Nayeem Rahman
2022-07-26
chore(ops): Remove unused arguments from ops (#15315)
Aapo Alasuutari
2022-07-15
refactor: remove redundant qualification of symbols in Rust (#15201)
orvit
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-07-05
Revert "refactor(snapshots): to their own crate (#14794)" (#15076)
Bartek Iwańczuk
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-24
refactor(snapshots): to their own crate (#14794)
Aaron O'Mullan
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-15
fix(lsp): correct positions in some scenarios (#14359)
David Sherret
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-05-05
chore: update deps (#14416)
Luca Casonato
2022-04-29
fix(cli): add dom.extras lib (#14430)
Kitson Kelly
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-02
feat(cli): update to TypeScript 4.6.2 (#13474)
Kitson Kelly
2022-02-27
feat: Add Deno.TcpConn class, change return type from Deno.connect (#13714)
Bartek Iwańczuk
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-15
feat(cli): Replace bundling with eszip in deno compile (#13563)
William Tetlow
2022-02-03
fix(cli): handle local files with query params on emit (#13568)
Kitson Kelly
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-31
fix(cli): handle extensionless imports better (#13548)
Kitson Kelly
2022-01-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
2022-01-10
feat(cli, runtime): compress snapshots (#13320)
evan
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-12-15
chore: updates to support deno_graph API changes (#13080)
Kitson Kelly
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-11-01
chore: upgrade deno_ast to 0.5.0 (#12595)
David Sherret
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-31
fix: move unstable declarations to deno.unstable (#11876)
Luca Casonato
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-12
refactor: deno_http op crate (#11335)
Luca Casonato
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek Iwańczuk
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
[next]