1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 22:09:02 -05:00
denoland-deno/core/runtime
Matt Mastracci ec8e9d4f5b
chore(core): Refactor runtime and split out tests (#19491)
This is a quick first refactoring to split the tests out of runtime and
move runtime-related code to a top-level runtime module.

There will be a followup to refactor imports a bit, but this is the
major change that will most likely conflict with other work and I want
to merge it early.
2023-06-14 02:03:10 +00:00
..
bindings.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
bindings.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
encode_decode_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
error_builder_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
icudtl.dat chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
jsrealm.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
jsruntime.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
mod.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
ops.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
serialize_deserialize_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
snapshot_util.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
tests.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00