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
/
tools
/
doc.rs
Age
Commit message (
Expand
)
Author
2022-02-15
feat(cli): Replace bundling with eszip in deno compile (#13563)
William Tetlow
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-13
refactor: upgrade to import_map v0.6 (#13368)
David Sherret
2022-01-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-20
refactor: Use dedicated flags structures (#13148)
Bartek Iwańczuk
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-24
refactor: Rename ProgramState to ProcState (#12204)
Ryan Dahl
2021-09-11
refactor: use import_map crate (#11974)
Bartek Iwańczuk
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-09-02
chore: upgrade crates (#11894)
Bartek Iwańczuk
2021-07-29
fix(cli): deno doc panics on invalid url (#11536)
Feng Yu
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-05-17
fix: static import permissions in dynamic imports
Luca Casonato
2021-03-02
chore: upgrade crates (#9632)
Bartek Iwańczuk
2021-02-25
feat(cli/doc): use type definitions "deno doc" if available (#8459)
Liam Murphy