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 (
Expand
)
Author
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
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-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-30
refactor: cleanup redundant call (#17226)
Geert-Jan Zwiers
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-09
fix: respect the `--quiet` flag in more cases (#16998)
David Sherret
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-12-01
fix(vendor): properly handle bare specifiers that start with http (#16885)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-02
refactor: Combine ImportMapResolver and JsxResolver (#16508)
Bartek Iwańczuk
2022-10-25
fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)
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-10
feat: add initial internal npm client and dependency resolver (#15446)
David Sherret
2022-08-04
fix(vendor): existing import map with bare specifier in remote (#15390)
David Sherret
2022-08-03
fix(vendor): error on dynamic imports that fail to load instead of panicking ...
David Sherret
2022-07-26
chore: update jsonc_parser to 0.20 (#15316)
David Sherret
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 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-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