summaryrefslogtreecommitdiff
path: root/src/module_wrap.cc
AgeCommit message (Expand)Author
2018-02-04loader: fix up #18394Gus Caplan
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-02-01src, lib: return promises from linkGus Caplan
2018-01-30vm: add modulesGus Caplan
2017-12-24module: print better message on esm import errorMichaël Zasso
2017-11-29module: Set dynamic import callbackJan Krems
2017-11-29module: print better message on esm syntax errorBen Noordhuis
2017-11-06src: clean up uv_fs_t's in module_wrap.cccjihrig
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-21module: fix main resolution and not found updatesGuy Bedford
2017-10-12src: add internalBindings for binding isolationBradley 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-21src: remove unused static variableBen Noordhuis
2017-09-18src: use InstantiateModule instead of deprecatedDaniel Bevenius
2017-09-15module: coverity fixes for ESM C++Bradley Farias
2017-09-07module: Allow runMain to be ESMBradley Farias