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
/
program_state.rs
Age
Commit message (
Expand
)
Author
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-01
feat: stabilise import maps (#9526)
Bartek Iwańczuk
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-17
feat: support loading import map from URL (#9519)
Bartek Iwańczuk
2021-02-08
fix(cli): check for inline source maps before external ones (#9394)
Nayeem Rahman
2021-02-01
chore: make all tests annotated with `#[cfg(test)]` (#9347)
Yusuke Tanaka
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2021-01-06
feat(cli): support data urls (#8866)
Kitson Kelly
2021-01-06
fix: use inline source maps when present in js (#8995)
Luca Casonato
2021-01-05
feat(cli/standalone): support runtime flags for deno compile (#8738)
Nayeem Rahman
2021-01-04
BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)
Mo
2020-12-30
feat(lsp): add cache command (#8911)
Kitson Kelly
2020-12-21
feat(unstable): record raw coverage into a directory (#8642)
Casper Beyer
2020-12-15
fix(cli): make dynamic import errors catchable (#8750)
Kitson Kelly
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-12
refactor(cli): more options on Worker (#8724)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-11-16
fix(cli): local sources are not cached in memory (#8328)
Kitson Kelly
2020-11-06
refactor(cli): refactor file_fetcher (#8245)
Kitson Kelly
2020-11-02
refactor(cli): remove ProgramState::permissions (#8228)
Bartek Iwańczuk
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Kitson Kelly
2020-10-28
fix(cli): restore tripleslash lib refs support (#8157)
Kitson Kelly
2020-10-27
fix(cli): restore permission check on workers (#8123)
Kitson Kelly
2020-10-23
refactor: use of lock file in ModuleGraph2 (#8087)
Bartek Iwańczuk
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-20
chore: Rename --importmap to --import-map (#7032)
Nayeem Rahman
2020-10-19
feat(cli/installer): Add missing flags for deno install (#7601)
Nayeem Rahman
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk