1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 18:17:48 -05:00
denoland-deno/ext/node/polyfills/internal/streams
Bartek Iwańczuk b6a4b1c794 refactor(core): InternalModuleLoader checks if all files were used (#18005)
This commit changes "InternalModuleLoader" from "deno_core" to 
store a list of used modules during snapshotting. If a module was not
used during snapshotting "InternalModuleLoader" will panic in its "Drop"
handler signaling to the embedder that they made a mistake somewhere.
2023-03-10 12:55:33 +09:00
..
add-abort-signal.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
buffer_list.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
destroy.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
duplex.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
end-of-stream.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
lazy_transform.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
passthrough.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
readable.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
state.mjs feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
transform.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00
utils.mjs feat(ext/node): embed std/node into the snapshot (#17724) 2023-02-14 17:38:45 +01:00
writable.mjs refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18019) 2023-03-10 12:47:26 +09:00