Hi all, A shot in the dark but is there any way right now to disallow the use of dynamic es module import?
In this snippet: let ns = await import("some-module"); Instead of let ns become a rejected promise during run time, can I somehow make the usage of dynamic import a compile time error(or run time error, but throw an exception right away instead of returning a promise) ? Thanks -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.