1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00
denoland-deno/tests/testdata
David Sherret 89c92b84fa
fix(check): move module not found errors to typescript diagnostics (#27533)
Instead of hard erroring, we now surface module not found errors as
TypeScript diagnostics (we have yet to show the source code of the
error, but something we can improve over time).
2025-01-03 21:49:56 +00:00
..
assets chore: serve node headers from a test server to fix flaky node-gyp test (#26749) 2024-11-06 19:52:46 -08:00
bench feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
benches chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cache chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
cert chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
check fix(check): move module not found errors to typescript diagnostics (#27533) 2025-01-03 21:49:56 +00:00
commonjs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
compile fix(compile): be more deterministic when compiling the same code in different directories (#27395) 2024-12-19 12:53:52 -05:00
coverage fix(coverage): exclude comment lines from coverage reports (#25939) 2024-10-31 23:20:26 +09:00
dynamic_import feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
encoding chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
file_extensions chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
fmt chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
image fix(ext/web): properly handle Blob case for createImageBitmap (#23518) 2024-05-07 04:47:42 -07:00
import_attributes feat: deprecate import assertions (#25281) 2024-08-29 01:06:09 +00:00
import_maps chore: rough first pass on spec tests (#22877) 2024-03-13 16:21:13 +00:00
info chore: move info itests (#25659) 2024-09-16 17:08:00 +00:00
inspector chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
install chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx feat: add jsx precompile skip element option (#23457) 2024-04-22 17:07:36 +02:00
jupyter chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
lint/watch chore: deprecate lint itests (#25655) 2024-09-16 17:45:25 +00:00
lockfile feat: lockfile v4 by default (#25165) 2024-08-26 23:01:50 +00:00
lsp chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
malformed_config chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
module_graph chore: update references to deno_std to use JSR (#23239) 2024-04-10 17:26:35 -04:00
node chore: deprecate node compat itests (#25573) 2024-09-16 09:53:20 +01:00
npm refactor: remove CliNpmRegistryApi (#27222) 2024-12-03 19:44:56 -05:00
publish fix(publish): workspace included license file had incorrect path (#24747) 2024-07-26 15:35:29 +00:00
repl Revert "feat(fmt): sort type-only named import/exports last" (#25705) 2024-09-18 13:54:52 +00:00
run chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
runtime chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
serve feat: print Listening on messages on stderr instead of stdout (#25491) 2024-09-14 23:30:06 +02:00
subdir FUTURE: remove import assertions support for JavaScript (#23541) 2024-04-29 22:43:05 +02:00
task tests: enable package_json_node_modules_none (#25825) 2024-10-04 09:56:13 +00:00
test chore: deprecate test itests (#25512) 2024-09-16 19:38:40 +00:00
tls fix(ext/tls): add support EC private key (#23261) 2024-04-08 11:36:34 -06:00
tsc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
tsc2 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_definitions chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unfurl feat(publish): support sloppy imports and bare node built-ins (#22588) 2024-02-27 15:13:16 +00:00
wasm feat: Wasm module support (#26668) 2024-11-19 18:59:23 -05:00
webcrypto chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
webgpu fix(ext/webgpu): assign missing constants property of shader about GPUDevice.createRenderPipeline[Async] (#24803) 2024-08-01 11:19:25 -07:00
workers chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
add.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
cat.ts feat(lint): deno lint --fix and lsp quick fixes (#22615) 2024-03-21 14:18:59 -07:00
echo.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
echo_server.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
env chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
navigator_language.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
navigator_languages.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
spawn_kill_permissions.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
symlink_to_subdir chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
welcome.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00