Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | fix: upgrade deno_ast related crates (#23187) | David Sherret | |
Had to revert back swc due to https://github.com/swc-project/swc/issues/8840 Fixes: - https://github.com/denoland/deno_lint/pull/1262 - https://github.com/denoland/deno_doc/pull/538 - https://github.com/denoland/deno_doc/pull/537 - https://github.com/denoland/deno_graph/pull/430 - https://github.com/denoland/deno_graph/pull/425 - https://github.com/denoland/deno_graph/pull/432 | |||
2024-03-07 | fix(tools/publish): correctly handle importing from self in unfurling (#22774) | Luca Casonato | |
We emitted `import "./` rather than `import "./$NAME"`. This is now fixed. Also makes a cosmetic change so that `../` imports are now just imported as `../`, not `./../`. | |||
2024-03-05 | refactor: move deno json functionality to args module (#22710) | David Sherret | |
2024-02-29 | fix(publish): reduce warnings about dynamic imports (#22636) | David Sherret | |
2024-02-27 | fix(unstable): sloppy imports should resolve .d.ts files during types ↵ | David Sherret | |
resolution (#22602) | |||
2024-02-27 | feat(publish): support sloppy imports and bare node built-ins (#22588) | Luca Casonato | |