1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests
David Sherret 1d4169204c
fix: warn about import assertions when using typescript (#25135)
1. On emit, checks for the prescence of import assertions.
1. Warns and doesn't store the parsed source in the emit cache in this
case.
2024-08-21 17:12:56 +00:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
integration chore(lsp): use 'install' terminology for jsr and npm packages (#25119) 2024-08-21 15:10:28 +01:00
napi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
node_compat chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
registry feat: Print deprecation message for npm packages (#24992) 2024-08-20 19:53:53 +02:00
specs fix: warn about import assertions when using typescript (#25135) 2024-08-21 17:12:56 +00:00
testdata fix: warn about import assertions when using typescript (#25135) 2024-08-21 17:12:56 +00:00
unit fix(ext/net): validate port in Deno.{connect,serve,listen} (#24399) 2024-08-20 21:25:41 +00:00
unit_node fix(ext/node): pass content-disposition header as string instead of bytes (#25128) 2024-08-21 10:13:17 +00:00
util chore: upgrade to rust 1.80 (#24778) 2024-07-29 12:58:04 -04:00
wpt chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
Cargo.toml chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746) 2024-08-01 08:35:35 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests