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
/
vendor
Age
Commit message (
Collapse
)
Author
2022-07-01
refactor: extract `deno_graph::create_graph` use to common function (#15009)
David Sherret
2022-07-01
chore: use Rust 1.62.0 (#15028)
Bartek Iwańczuk
2022-06-29
fix(vendor): ignore import map in output directory instead of erroring (#14998)
David Sherret
2022-06-29
refactor: rename `RootConfig` to `CliOptions` (#15007)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-14
feat(vendor): support using an existing import map (#14836)
David Sherret
2022-05-23
fix(vendor): handle relative imports when mapped local folder name differs ↵
David Sherret
from remote's (#14465)
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-02
fix(vendor): do not panic on relative specifier with scheme-like folder name ↵
David Sherret
(#14453)
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-18
fix(vendor): do not add absolute specifiers to scopes (#13710)
David Sherret
2022-02-16
feat: deno vendor (#13670)
David Sherret