summaryrefslogtreecommitdiff
path: root/src/module_wrap.h
AgeCommit message (Expand)Author
2019-11-28src: cleanup unused headersAlexandre Ferrando
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-02vm: refactor SourceTextModuleGus Caplan
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-03-28src: delete unused field in class ModuleWrapgengjiawen
2019-03-27esm: phase two of new esm implementationguybedford
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-01src,lib: implement import.metaMichaƫl Zasso
2018-01-30vm: add modulesGus Caplan
2017-11-29module: Set dynamic import callbackJan Krems
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-03src: improve module loader readabilityAnna Henningsen
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-28src: use V8 function to get Module NamespaceBradley Farias
2017-10-01url: const-ify APIs, and pass URL by refSam Roberts
2017-09-23src: minor c++ refactors to module_wrapAnna Henningsen
2017-09-07module: Allow runMain to be ESMBradley Farias