| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-15 | refactor: make resolver required (#17783) | David Sherret | |
| Makes the resolver required and prints a warning when vendoring and a dynamic import can't be resolved. Closes #16522 | |||
| 2023-02-09 | refactor: deno_graph 0.43 upgrade (#17692) | David Sherret | |
| 2023-01-24 | refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) | David Sherret | |
| See https://github.com/denoland/deno_graph/pull/205 for more details. | |||
| 2023-01-13 | refactor(cli/tools): reduce cloning (#17309) | 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 | |
| Yearly tradition of creating extra noise in git. | |||
| 2022-12-17 | chore: update to Rust 1.66.0 (#17078) | linbingquan | |
| 2022-12-06 | refactor: remove `deno_graph::Locker` usage (#16877) | David Sherret | |
| This is just a straight refactor and doesn't make any improvements to the code that could now be made. Closes #16493 | |||
| 2022-11-02 | refactor: Combine ImportMapResolver and JsxResolver (#16508) | Bartek Iwańczuk | |
| These resolvers are used in `deno_graph` APIs. Combining them removes a lot of code and unblocks me on https://github.com/denoland/deno/pull/16157 | |||
| 2022-10-25 | fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406) | David Sherret | |
| 2022-08-22 | perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in ↵ | David Sherret | |
| memory (#15502) | |||
| 2022-08-03 | fix(vendor): error on dynamic imports that fail to load instead of panicking ↵ | David Sherret | |
| (#15391) | |||
| 2022-06-14 | feat(vendor): support using an existing import map (#14836) | David Sherret | |
| 2022-05-20 | refactor: upgrade to deno_ast 0.15 (#14680) | David Sherret | |
| 2022-02-24 | chore: upgrade to Rust 1.59 (#13767) | David Sherret | |
| 2022-02-16 | feat: deno vendor (#13670) | David Sherret | |
