summaryrefslogtreecommitdiff
path: root/cli/ops
AgeCommit message (Expand)Author
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-05-14refactor(cli/ops): don't pass ops through json (#10629)Casper Beyer
2021-05-08cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)Aaron O'Mullan
2021-05-04fix(cli): give context when failed to load import map (#10478)Satya Rohith
2021-04-30fix(cli/tools/test): print module tests originate from (#10428)Casper Beyer
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-25feat(cli): add test permissions to Deno.test (#10188)Casper Beyer
2021-04-26refactor(cli): rename Deno.emit() bundle options to "module" and "classic" (#...Nayeem Rahman
2021-04-18cleanup(cli): use runtime's reg_sync() and reg_async() (#10241)Aaron O'Mullan
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-02-26feat(cli/source_map): Use top user frame for error source lines (#9604)Nayeem Rahman
2021-02-21feat(unstable): per op metrics (#9240)Luca Casonato
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-17feat: support loading import map from URL (#9519)Bartek Iwańczuk
2021-02-16feat(cli): Deno.emit supports bundling as IIFE (#9291)Kitson Kelly
2021-01-29fix(cli): fix panic in Deno.emit (#9302)Yoshiya Hinosawa
2021-01-18fix(cli): Check permissions for Deno.emit() (#9139)Nayeem Rahman
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-06fix: use inline source maps when present in js (#8995)Luca Casonato
2021-01-01refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)Kitson Kelly
2020-12-30feat(lsp): add cache command (#8911)Kitson Kelly
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-12-12refactor(cli): more options on Worker (#8724)Bartek Iwańczuk
2020-12-11refactor(cli): decouple ops from ProgramState and Flags (#8659)Bartek Iwańczuk
2020-12-07perf: use minimal op with performance.now() (#8619)Steven Guerrero
2020-12-07refactor(cli): Reorganize worker code, use stronger memory ordering (#8638)Bartek Iwańczuk
2020-12-01fix(compile): disable source mapping of errors (#8581)Bartek Iwańczuk
2020-11-30feat(unstable): add cbreak option to setRaw (#8383)Marcus Hultman
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-11-27fix(cli/ops/net): add write permissions for unixpackets datagrams & unix sock...William Perron
2020-11-26refactor(cli): reorganize main.rs and split workers (#8495)Bartek Iwańczuk
2020-11-26fix(websocket): set User-Agent header (#8502)Bartek Iwańczuk
2020-11-26fix(cli/websocket): set User-Agent header (#8470)crowlKats
2020-11-25fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)crowlKats
2020-11-25add canary versioning (#8480)crowlKats
2020-11-22feat(unstable): Add deno test --no-run (#8093)Nayeem Rahman
2020-11-20refactor(cli): worker event serialization (#8438)Bartek Iwańczuk
2020-11-19refactor(cli): rename fmt_errors::JsError to PrettyJsError (#8435)Bartek Iwańczuk
2020-11-16refactor(cli): rename fs module to fs_util (#8380)Bartek Iwańczuk
2020-11-13refactor: deno_crypto op crate (#7956)Divy Srivastava
2020-11-08chore: remove dead code (#8298)Bartek Iwańczuk
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-26feat(unstable): add Deno.systemCpuInfo() (#7774)Elias Sjögreen
2020-10-26refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)Bartek Iwańczuk
2020-10-23refactor(cli): migrate run and cache to new infrastructure (#7996)Kitson Kelly