Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-02 | feat(byonm): support `deno run npm:<package>` when package is not in ↵ | David Sherret | |
package.json (#25981) Closes https://github.com/denoland/deno/issues/25905 | |||
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. |