1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 21:35:31 -05:00
denoland-deno/tests/testdata/compile
David Sherret 4cfa34052d
fix(compile): analyze modules in directory specified in --include (#27296)
I ended up changing the file system implementation to determine
its root directory as the last step of building it instead of being the
first step which makes it much more reliable.
2024-12-12 18:07:35 +00:00
..
compiler_options fix(compile): respect compiler options for emit (#22521) 2024-02-21 23:03:11 +00:00
dynamic_imports chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10: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 fix(compile): analyze modules in directory specified in --include (#27296) 2024-12-12 18:07:35 +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: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10: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