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
/
import_map.rs
Age
Commit message (
Expand
)
Author
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-07-14
fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#1...
David Sherret
2023-07-05
fix(vendor): support import mapped jsxImportSource (#19724)
David Sherret
2023-05-19
feat(vendor): support for npm specifiers (#19186)
David Sherret
2023-05-09
fix(vendor): better handling of redirects (#19063)
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-15
refactor: make resolver required (#17783)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-09-27
fix(cli/vendor): handle assert type json during vendoring (#16059)
Sylvain Cau
2022-08-22
perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...
David Sherret
2022-08-04
fix(vendor): existing import map with bare specifier in remote (#15390)
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 fr...
David Sherret
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
2022-02-18
fix(vendor): do not add absolute specifiers to scopes (#13710)
David Sherret
2022-02-16
feat: deno vendor (#13670)
David Sherret