Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-07 | chore: use same test server for jsr tests (#22303) | David Sherret | |
We had two test servers. | |||
2024-02-06 | fix(publish): handle diagnostic outside graph (#22310) | David Sherret | |
Hacky quick fix. The real fix is a lot more work to do (move the `SourceTextInfo` into all the diagnostics in order to make this less error pone). I've already started on it, but it will require a lot of downstream create changes. Closes #22288 | |||
2024-02-06 | fix(publish): lazily parse sources (#22301) | David Sherret | |
Closes #22290 | |||
2024-02-01 | fix(publish): add node specifiers (#22213) | Leo Kettmeir | |
2024-02-01 | fix(publish): rename --no-fast-check to --no-zap (#22214) | Bartek Iwańczuk | |
Also prints an information about the flag when there are `zap` errors. | |||
2024-01-31 | chore(publish): add --no-fast-check flag (#22203) | Bartek Iwańczuk | |
2024-01-24 | feat(publish): error on invalid external imports (#22088) | Luca Casonato | |
2024-01-24 | feat(publish): give diagnostic on invalid package files (#22082) | Luca Casonato | |
2024-01-24 | feat(publish): exclude and include (#22055) | Luca Casonato | |
2024-01-24 | chore: improve unanalyzable dynamic import diagnostic (#22051) | Luca Casonato | |
2024-01-15 | fix(publish): support deno.jsonc file (#21948) | Bartek Iwańczuk | |
2024-01-14 | feat(unstable): remove --unstable-workspaces flag (#21891) | Bartek Iwańczuk | |
The workspaces feature is still considered unstable and can change. Requiring this flag hinders DX. | |||
2024-01-12 | fix(publish): require http server for tests (#21919) | Bartek Iwańczuk | |
2024-01-11 | chore(publish): add --dry-run flag (#21895) | Bartek Iwańczuk | |
2024-01-10 | feat(unstable): fast subset type checking of JSR dependencies (#21873) | David Sherret | |
2024-01-08 | fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816) | David Sherret | |
2024-01-08 | chore: rename do-not-use-publish (#21854) | Ryan Dahl | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-15 | refactor: check if scope and package exist before publish (#21575) | Bartek Iwańczuk | |
Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
2023-12-13 | test: integration tests for tarring/unfurling (#21544) | Bartek Iwańczuk | |