summaryrefslogtreecommitdiff
path: root/src/module_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: only call .ReThrow() if not terminatingAnna Henningsen2019-02-201-11/+13
* module: revert module._compile to original state if module is patchedUjjwal Sharma2019-02-191-0/+2
* vm: mark scripts as shareable cross-originJeremy Apthorp2019-01-291-1/+1
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen2018-12-311-1/+3
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: use custom TryCatch subclassGus Caplan2018-12-031-4/+5
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-2/+2
* src: reduce variable scope in module_wrap.cccjihrig2018-10-091-8/+7
* vm: add dynamic import supportGus Caplan2018-10-061-38/+75
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+2
* src: refactor `Environment::GetCurrent()` usageAnna Henningsen2018-09-171-2/+4
* src: clean up PackageConfig pseudo-boolean fieldsAnna Henningsen2018-08-051-2/+6
* src: start annotating native code side effectTimothy Gu2018-06-251-5/+5
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-1/+1
* src: replace `template<` → `template <`Anna Henningsen2018-05-141-1/+1
* src: use unqualified names in module_wrap.ccDaniel Bevenius2018-05-101-7/+6
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-1/+0
* src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung2018-04-251-2/+2
* src: CancelTerminateExecution before throwing errorsJoyee Cheung2018-04-221-1/+2
* src: throw ERR_MISSING_MODULE in module_wrap.ccJoyee Cheung2018-04-191-2/+1
* src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung2018-04-191-2/+3
* module: move options checks from C++ to JSMichaël Zasso2018-04-071-73/+57
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-5/+0
* module: fix main lookup regression from #18728Guy Bedford2018-02-161-5/+7
* module: support main w/o extension, pjson cacheGuy Bedford2018-02-141-48/+77
* loader: fix up #18394Gus Caplan2018-02-041-1/+1
* src,lib: implement import.metaMichaël Zasso2018-02-011-11/+53
* src, lib: return promises from linkGus Caplan2018-02-011-1/+6
* vm: add modulesGus Caplan2018-01-301-32/+150
* module: print better message on esm import errorMichaël Zasso2017-12-241-0/+8
* module: Set dynamic import callbackJan Krems2017-11-291-0/+59
* module: print better message on esm syntax errorBen Noordhuis2017-11-291-1/+9
* src: clean up uv_fs_t's in module_wrap.cccjihrig2017-11-061-13/+27
* src: improve module loader readabilityAnna Henningsen2017-11-031-204/+211
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: use V8 function to get Module NamespaceBradley Farias2017-10-281-0/+24
* module: fix main resolution and not found updatesGuy Bedford2017-10-211-2/+6
* src: add internalBindings for binding isolationBradley Farias2017-10-121-2/+3
* url: const-ify APIs, and pass URL by refSam Roberts2017-10-011-7/+7
* src: minor c++ refactors to module_wrapAnna Henningsen2017-09-231-28/+23
* src: remove unused static variableBen Noordhuis2017-09-211-1/+1
* src: use InstantiateModule instead of deprecatedDaniel Bevenius2017-09-181-2/+3
* module: coverity fixes for ESM C++Bradley Farias2017-09-151-2/+2
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+531