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
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
2021-06-10
refactor: merge deno_file crate into deno_web (#10914)
Bartek Iwańczuk
2021-05-28
feat(cli): upgrade to TypeScript 4.3 (#9960)
Kitson Kelly
2021-05-23
feat(extensions): add BroadcastChannel
Ben Noordhuis
2021-05-11
feat(lsp): add internal debugging logging (#10438)
Kitson Kelly
2021-05-10
refactor(cli): replace loading file for --config flag with generic structure ...
Bartek Iwańczuk
2021-05-10
feat: add WebStorage API (#7819)
crowlKats
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-05-02
clean(cli): prefix all op functions with op_ (#10463)
Aaron O'Mullan
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-07
feat: blob URL support (#10045)
Luca Casonato
2021-04-06
refactor: add deno_file op crate (#10019)
Luca Casonato
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-26
fix: include deno.crypto in "deno types" (#9863)
Luca Casonato
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-12
refactor: move Console to op_crates/console (#9770)
Luca Casonato
2021-03-12
chore: split web op crate (#9635)
Luca Casonato
2021-03-01
feat: WebGPU API (#7977)
crowlKats
2021-02-26
chore(cli/runtime): use re-export serde from deno_core (#9599)
Kitson Kelly
2021-02-18
fix(lsp): handle data URLs properly (#9522)
Kitson Kelly
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-12
fix(lsp): properly handle static assets (#9476)
Kitson Kelly
2021-01-29
fix(cli): add lib dom.asynciterable (#9288)
Kitson Kelly
2021-01-28
fix(cli): early abort before type checking on missing modules (#9285)
Kitson Kelly
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-06
refactor: move WebSocket API to an op_crate (#9026)
Luca Casonato
2021-01-06
feat(cli): support data urls (#8866)
Kitson Kelly
2021-01-06
refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)
Bartek Iwańczuk
2020-12-30
feat(lsp): add cache command (#8911)
Kitson Kelly
2020-12-16
refactor(lsp): optimise static assets (#8771)
Kitson Kelly
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
2020-11-24
feat(cli): update to TypeScript 4.1 (#7573)
Kitson Kelly
2020-11-10
fix(cli): allow root modules be .mjs/.cjs (#8310)
Kitson Kelly
[next]