Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-21 | feat(node): load ES modules defined as CJS (#22945) | David Sherret | |
Changes the behaviour in Deno to just always load ES modules in npm packages even if they're defined as CJS. Closes #22818 | |||
2024-03-15 | fix(coverage): Error if no files are included in the report (#22952) | Nathan Whitaker | |
Fixes #22941. In that case, the only file with coverage was the `test.ts` file. The coverage reporter filters out test files before compiling its report, so after filtering we were left with an empty set of files. Later on it's assumed that there is at least 1 file to be reported on, and we panic. Instead of panicking, just issue an error after filtering. | |||
2024-03-15 | chore: move more tests away from itest (#22909) | David Sherret | |
Part of #22907 | |||
2024-03-15 | chore(specs): use jsonc for metadata file (#22946) | David Sherret | |
Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being. | |||
2024-03-15 | chore(lsp): add tests for compiler options being resolved relative the ↵ | David Sherret | |
config file (#22924) Investigation from #17298 | |||
2024-03-14 | fix(cli): sanitizer should ignore count of ops started before tests begin ↵ | Matt Mastracci | |
(#22932) | |||
2024-03-13 | fix(cli): show asserts before leaks (#22904) | Matt Mastracci | |
Fixes #22837 | |||
2024-03-13 | fix(node): resolve types via package.json for directory import (#22878) | David Sherret | |
Does a package resolve when resolving types for a directory (copying the behaviour that typescript does). | |||
2024-03-13 | chore: improve spec tests output (#22908) | David Sherret | |
2024-03-13 | chore: rough first pass on spec tests (#22877) | David Sherret | |