Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-01 | fix: improved support for cjs and cts modules (#26558) | David Sherret | |
* cts support * better cjs/cts type checking * deno compile cjs/cts support * More efficient detect cjs (going towards stabilization) * Determination of whether .js, .ts, .jsx, or .tsx is cjs or esm is only done after loading * Support `import x = require(...);` Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> | |||
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. |