Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | chore: fix flaky module graph cache tests (#23623) | David Sherret | |
2024-04-29 | chore: add tests for moduleGraph2 (#23603) | David Sherret | |
Also did some renames from underscores to hyphens | |||
2024-04-24 | feat(jsr): support importing from jsr via HTTPS specifiers (except for type ↵ | David Sherret | |
checking) (#23513) Closes https://github.com/jsr-io/jsr/issues/322 | |||
2024-04-24 | fix(publish): --dry-publish should error for gitignored excluded files (#23540) | David Sherret | |
Files that were gitignored only were not included in the diagnostic. | |||
2024-04-01 | chore(specs): add jsr and npm env vars to tests by default (#23171) | David Sherret | |
2024-03-31 | fix(check): ignore certain diagnostics in remote modules and when publishing ↵ | David Sherret | |
(#23119) Unused locals and parameters don't make sense to surface in remote modules. Additionally, fast check can cause these kind of diagnostics when publishing, so they should be ignored. Closes #22959 | |||
2024-03-21 | feat(unstable/publish): error when a package's module is excluded from ↵ | David Sherret | |
publishing (#22948) Closes #22657 | |||
2024-03-15 | chore: move more tests away from itest (#22909) | David Sherret | |
Part of #22907 |