summaryrefslogtreecommitdiff
path: root/cli/tsc.rs
AgeCommit message (Expand)Author
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-08-31fix: move unstable declarations to deno.unstable (#11876)Luca Casonato
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek Iwańczuk
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-05-28feat(cli): upgrade to TypeScript 4.3 (#9960)Kitson Kelly
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-11feat(lsp): add internal debugging logging (#10438)Kitson Kelly
2021-05-10refactor(cli): replace loading file for --config flag with generic structure ...Bartek Iwańczuk
2021-05-10feat: add WebStorage API (#7819)crowlKats
2021-05-06refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...Aaron O'Mullan
2021-05-02clean(cli): prefix all op functions with op_ (#10463)Aaron O'Mullan
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-04-06refactor: add deno_file op crate (#10019)Luca Casonato
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-26fix: include deno.crypto in "deno types" (#9863)Luca Casonato
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-03-12chore: split web op crate (#9635)Luca Casonato
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-02-26chore(cli/runtime): use re-export serde from deno_core (#9599)Kitson Kelly
2021-02-18fix(lsp): handle data URLs properly (#9522)Kitson Kelly
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-12fix(lsp): properly handle static assets (#9476)Kitson Kelly
2021-01-29fix(cli): add lib dom.asynciterable (#9288)Kitson Kelly
2021-01-28fix(cli): early abort before type checking on missing modules (#9285)Kitson Kelly
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-06refactor: move WebSocket API to an op_crate (#9026)Luca Casonato
2021-01-06feat(cli): support data urls (#8866)Kitson Kelly
2021-01-06refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)Bartek Iwańczuk
2020-12-30feat(lsp): add cache command (#8911)Kitson Kelly
2020-12-16refactor(lsp): optimise static assets (#8771)Kitson Kelly
2020-12-07feat: add mvp language server (#8515)Kitson Kelly
2020-11-24feat(cli): update to TypeScript 4.1 (#7573)Kitson Kelly
2020-11-10fix(cli): allow root modules be .mjs/.cjs (#8310)Kitson Kelly
2020-11-03refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)Kitson Kelly
2020-11-02refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)Kitson Kelly
2020-10-30fix(cli/fmt): Strip "\\?\" prefix when displaying Windows paths (#8135)Nayeem Rahman
2020-10-28fix(cli): restore tripleslash lib refs support (#8157)Kitson Kelly
2020-10-27fix(cli): restore permission check on workers (#8123)Kitson Kelly
2020-10-26refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)Bartek Iwańczuk
2020-10-23refactor(cli): move bundle check to new infrastructure (#8071)Kitson Kelly