David Sherret
|
da52058a94
|
chore: migrate bench, publish, and more itests to spec tests (#23584)
|
2024-04-29 10:08:27 -04:00 |
|
David Sherret
|
651e3e9e6d
|
fix(compile): certain jsr specifiers sometimes can't load (#23567)
When returning a jsr specifier for resolve it seems like deno core does
not work properly and hangs.
Closes https://github.com/denoland/deno/issues/23551
Closes https://github.com/denoland/deno/issues/23139
|
2024-04-27 21:11:57 +00:00 |
|
David Sherret
|
6f278e5c40
|
fix(lsp): improved cjs tracking (#23374)
Our cjs tracking was a bit broken. It was marking stuff as esm that was
actually cjs leading to type checking errors.
|
2024-04-15 17:50:52 -04:00 |
|
David Sherret
|
4e8d30fca1
|
chore(test): use file_test_runner for spec tests (#23348)
Extracted out this code to https://github.com/denoland/file_test_runner
and added parallelism. This makes these tests run 6 seconds faster on my
machine and allows re-using this code in other crates like deno_graph,
deno_doc, etc (ex. https://github.com/denoland/deno_graph/pull/437).
|
2024-04-12 17:58:40 -04:00 |
|
David Sherret
|
ca5e5c7e9c
|
chore(specs): add jsr and npm env vars to tests by default (#23171)
|
2024-04-01 21:58:05 -04:00 |
|
David Sherret
|
b0c1bd82a8
|
fix: prevent cache db errors when deno_dir not exists (#23168)
Closes #20202
|
2024-04-01 18:58:52 -04:00 |
|
David Sherret
|
0346e597bf
|
feat(lint): automatically opt-in packages to jsr lint tag (#23072)
This automatically opts packages (deno.json's with a name, version, and
exports field) into the "jsr" lint tag.
|
2024-03-25 18:20:15 -04:00 |
|
David Sherret
|
e40f9a5c14
|
chore: move more tests away from itest (#22909)
Part of #22907
|
2024-03-15 15:46:51 -04:00 |
|
David Sherret
|
392579b5a6
|
chore(specs): use jsonc for metadata file (#22946)
Avoids the comment diagnostic that vscode gives. Also, automatically
renames .json to .jsonc for the time being.
|
2024-03-15 17:27:52 +00:00 |
|
David Sherret
|
ce768bac83
|
chore(lsp): add tests for compiler options being resolved relative the config file (#22924)
Investigation from #17298
|
2024-03-15 14:27:43 +00:00 |
|
David Sherret
|
6f5a86ce51
|
chore: improve spec tests output (#22908)
|
2024-03-13 22:15:39 -04:00 |
|
David Sherret
|
b3ca3b2f25
|
chore: rough first pass on spec tests (#22877)
|
2024-03-13 16:21:13 +00:00 |
|