Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-15 | refactor: use boxed_error in some places (#26887) | David Sherret | |
2024-11-14 | refactor(resolver): move more resolution code into deno_resolver (#26873) | David Sherret | |
Follow-up to cjs refactor. This moves most of the resolution code into the deno_resolver crate. Still pending is the npm resolution code. | |||
2024-09-30 | refactor: move ByonmNpmResolver to deno_resolver (#25937) | David Sherret | |
Some more slow progress on moving all the resolution code into deno_resolver. | |||
2024-09-28 | refactor: extract out sloppy imports resolution from CLI crate (#25920) | David Sherret | |
This is slow progress towards creating a `deno_resolver` crate. Waiting on: * https://github.com/denoland/deno/pull/25918 * https://github.com/denoland/deno/pull/25916 |