1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/tests/testdata/compile
David Sherret 074444ab6c
fix(compile): be more deterministic when compiling the same code in different directories (#27395)
Additionaly, this no longer unnecessarily stores the source twice for
file specifiers and fixes some sourcemap issues.

Closes https://github.com/denoland/deno/issues/27284
2024-12-19 12:53:52 -05: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): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05: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_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 fix(compile): be more deterministic when compiling the same code in different directories (#27395) 2024-12-19 12:53:52 -05: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