summaryrefslogtreecommitdiff
path: root/cli/program_state.rs
AgeCommit message (Expand)Author
2021-09-11refactor: use import_map crate (#11974)Bartek Iwańczuk
2021-08-10fix: correct spelling of certificate in `--unsafely-ignore-certificate-errors...David Sherret
2021-08-10refactor: --unsafely-ignore-certificate-errors (#11629)Bartek Iwańczuk
2021-08-09feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...TheAifam5
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-28feat(lsp): ability to set DENO_DIR via settings (#11527)Kitson Kelly
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-07-06feat: support SharedArrayBuffer sharing between workers (#11040)Luca Casonato
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-19fix(core/modules): Prepare modules only once per runtime (#11015)Nayeem Rahman
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-05-10refactor(cli): replace loading file for --config flag with generic structure ...Bartek Iwańczuk
2021-05-04fix(cli): give context when failed to load import map (#10478)Satya Rohith
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-27remove --unstable flag from CLI features (#10190)Bartek Iwańczuk
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-01feat: stabilise import maps (#9526)Bartek Iwańczuk
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-08fix(cli): check for inline source maps before external ones (#9394)Nayeem Rahman
2021-02-01chore: make all tests annotated with `#[cfg(test)]` (#9347)Yusuke Tanaka
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-06feat(cli): support data urls (#8866)Kitson Kelly
2021-01-06fix: use inline source maps when present in js (#8995)Luca Casonato
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2021-01-04BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)Mo
2020-12-30feat(lsp): add cache command (#8911)Kitson Kelly
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer
2020-12-15fix(cli): make dynamic import errors catchable (#8750)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-11-16fix(cli): local sources are not cached in memory (#8328)Kitson Kelly
2020-11-06refactor(cli): refactor file_fetcher (#8245)Kitson Kelly
2020-11-02refactor(cli): remove ProgramState::permissions (#8228)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-28fix(cli): restore tripleslash lib refs support (#8157)Kitson Kelly
2020-10-27fix(cli): restore permission check on workers (#8123)Kitson Kelly
2020-10-23refactor: use of lock file in ModuleGraph2 (#8087)Bartek Iwańczuk
2020-10-23refactor(cli): migrate run and cache to new infrastructure (#7996)Kitson Kelly