| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-22 | refactor: use deno_graph for npm specifiers (#17858) | David Sherret | |
| This changes npm specifiers to be handled by deno_graph and resolved to an npm package name and version when the specifier is encountered. It also slightly changes how npm specifier resolution occurs—previously it would collect all the npm specifiers and resolve them all at once, but now it resolves them on the fly as they are encountered in the module graph. https://github.com/denoland/deno_graph/pull/232 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
| 2023-02-09 | refactor: deno_graph 0.43 upgrade (#17692) | David Sherret | |
| 2023-01-27 | chore: upgrade to Rust 1.67 (#17548) | David Sherret | |
| Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
| 2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
| Yearly tradition of creating extra noise in git. | |||
| 2022-12-30 | refactor: cleanup redundant call (#17226) | Geert-Jan Zwiers | |
| 2022-11-28 | refactor: create util folder, move nap_sym to napi/sym, move http_cache to ↵ | David Sherret | |
| cache folder (#16857) | |||
| 2022-06-14 | feat(vendor): support using an existing import map (#14836) | David Sherret | |
| 2022-02-16 | feat: deno vendor (#13670) | David Sherret | |
