Hey there, I'm experimenting with es modules right now and I'm wondering if there's some way to build one with only native code? So rather than putting fields on a Local<Object> can I instead put them on a Local<Module> somehow? I have some code I want to expose into the VM, but I'd rather not put it in global or something like that, I'd prefer to be able to build an importable module that is entirely native-backed.
-- -- 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.