1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/core/runtime
Matt Mastracci 87f41a816b
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-15 22:50:38 +02:00
..
bindings.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
bindings.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
encode_decode_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
error_builder_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
icudtl.dat chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
jsrealm.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
jsruntime.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
mod.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
ops.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
serialize_deserialize_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
snapshot_util.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00
tests.rs chore(core): Refactor runtime and split out tests (#19491) 2023-06-15 22:50:38 +02:00