summaryrefslogtreecommitdiff
path: root/src/module_wrap.cc
AgeCommit message (Expand)Author
2019-01-29vm: mark scripts as shareable cross-originJeremy Apthorp
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-31src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-09src: reduce variable scope in module_wrap.cccjihrig
2018-10-06vm: add dynamic import supportGus Caplan
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-08-05src: clean up PackageConfig pseudo-boolean fieldsAnna Henningsen
2018-06-25src: start annotating native code side effectTimothy Gu
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-05-10src: use unqualified names in module_wrap.ccDaniel Bevenius
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
2018-04-22src: CancelTerminateExecution before throwing errorsJoyee Cheung
2018-04-19src: throw ERR_MISSING_MODULE in module_wrap.ccJoyee Cheung
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung
2018-04-07module: move options checks from C++ to JSMichaël Zasso
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-16module: fix main lookup regression from #18728Guy Bedford
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
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