Files
node/lib
Joyee Cheung c2d79208d6 vm: reject in importModuleDynamically without --experimental-vm-modules
Users cannot access any API that can be used to return a module or
module namespace in this callback without --experimental-vm-modules
anyway, so this would eventually lead to a rejection. This patch
rejects in this case with our own error message and use a constant
host-defined option for the rejection, so that scripts with the
same source can still be compiled using the compilation cache
if no `import()` is actually called in the script.

PR-URL: https://github.com/nodejs/node/pull/50137
Refs: https://github.com/nodejs/node/issues/35375
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-10-17 13:24:54 +00:00
..
2023-07-11 19:50:13 +03:00
2023-09-14 08:43:53 +00:00
2023-06-24 15:52:38 +00:00
2023-07-11 21:10:27 +00:00
2023-07-16 09:46:27 +00:00
2023-06-12 00:00:46 +00:00
2023-07-11 21:10:28 +00:00
2023-07-11 19:50:13 +03:00
2023-07-05 13:39:38 +00:00