1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/tests/testdata/compile
David Sherret 147411e64b
feat: npm workspace and better Deno workspace support (#24334)
Adds much better support for the unstable Deno workspaces as well as
support for npm workspaces. npm workspaces is still lacking in that we
only install packages into the root node_modules folder. We'll make it
smarter over time in order for it to figure out when to add node_modules
folders within packages.

This includes a breaking change in config file resolution where we stop
searching for config files on the first found package.json unless it's
in a workspace. For the previous behaviour, the root deno.json needs to
be updated to be a workspace by adding `"workspace":
["./path-to-pkg-json-folder-goes-here"]`. See details in
https://github.com/denoland/deno_config/pull/66

Closes #24340
Closes #24159
Closes #24161
Closes #22020
Closes #18546
Closes #16106
Closes #24160
2024-07-04 00:54:33 +00:00
..
compiler_options fix(compile): respect compiler options for emit (#22521) 2024-02-21 23:03:11 +00:00
dynamic_imports feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
dynamic_imports_tmp_lit chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsr_dynamic_import test(compile): dynamic JSR imports are working correctly (#23306) 2024-04-12 12:27:34 +02:00
node_modules_symlink_outside feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
npm_fs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
vfs_implicit_read_permission chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
workers chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
args.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
check_local_by_default.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
check_local_by_default2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_error_module_with_imports_1.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_error_module_with_imports_2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_follow_redirects.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_follow_redirects_2.js chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
standalone_import_datauri.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_import_map.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_import_map.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_import_map_config.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
standalone_runtime_flags.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_features.ts fix: respect unstable "temporal" configuration in config file (#22134) 2024-03-08 01:32:11 +01:00