1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/runtime/examples/extension_with_esm
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
..
bootstrap.js feat(runtime): Add example for extension with ops (#19204) 2023-05-31 14:26:24 -06:00
main.js feat(runtime): Add example for extension with ops (#19204) 2023-05-31 14:26:24 -06:00
main.rs Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519) 2023-06-25 09:35:31 +02:00