1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/core/modules
Nayeem Rahman 28a4f3d0f5
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Relands #19463. This time the `ExtensionFileSourceCode` enum is
preserved, so this effectively just splits feature
`include_js_for_snapshotting` into `exclude_js_sources` and
`runtime_js_sources`, adds a `force_include_js_sources` option on
`extension!()`, and unifies `ext::Init_ops_and_esm()` and
`ext::init_ops()` into `ext::init()`.
2023-06-25 09:35:31 +02:00
..
loaders.rs Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519) 2023-06-25 09:35:31 +02:00
map.rs refactor(core): some runtime methods should live on the module map (#19502) 2023-06-14 16:45:59 +00:00
mod.rs chore(core): Split modules.rs into multiple files (no code changes) (#19486) 2023-06-13 23:22:49 +00:00
tests.rs Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519) 2023-06-25 09:35:31 +02:00