deno/tests/testdata
David Sherret 826e42a5b5
fix: improved support for cjs and cts modules (#26558)
* cts support
* better cjs/cts type checking
* deno compile cjs/cts support
* More efficient detect cjs (going towards stabilization)
* Determination of whether .js, .ts, .jsx, or .tsx is cjs or esm is only
done after loading
* Support `import x = require(...);`

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-11-01 12:27:00 -04:00
..
assets
bench feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
benches
cache
cert
check chore: deprecate check itests (#25963) 2024-10-02 09:22:35 +00:00
commonjs
compile fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02: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
file_extensions
fmt
image
import_attributes
import_maps
info chore: move info itests (#25659) 2024-09-16 17:08:00 +00:00
inspector
install
jsx
jupyter
lint/watch chore: deprecate lint itests (#25655) 2024-09-16 17:45:25 +00:00
lockfile
lsp
malformed_config
module_graph
node chore: deprecate node compat itests (#25573) 2024-09-16 09:53:20 +01:00
npm fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
publish
repl Revert "feat(fmt): sort type-only named import/exports last" (#25705) 2024-09-18 13:54:52 +00:00
run fix: do not panic running remote cjs module (#26259) 2024-10-15 03:57:31 +00:00
runtime
serve feat: print Listening on messages on stderr instead of stdout (#25491) 2024-09-14 23:30:06 +02:00
subdir
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
tsc
tsc2
type_definitions
unfurl
webcrypto
webgpu
workers feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
add.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
cat.ts
echo_server.ts
echo.ts
env
env_unparsable
error_cause_recursive_aggregate.ts
error_cause_recursive_aggregate.ts.out
error_cause_recursive_tail.ts
error_cause_recursive_tail.ts.out
navigator_language.ts
navigator_languages.ts
spawn_kill_permissions.ts
symlink_to_subdir
welcome.ts