summaryrefslogtreecommitdiff
path: root/lib/internal/modules/esm/module_job.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-04-20lib: use getOptionValue instead of process underscore aliasesJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-27esm: phase two of new esm implementationguybedford
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-01-30module: silence ModuleJob unhandled rejection warningsAnna Henningsen
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-06-18loader: remove unused error code in module_jobGus Caplan
2018-06-13esm: ensure require.main for CJS top-level loadsGuy Bedford
2018-04-10module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan
2018-04-07module: move options checks from C++ to JSMichaël Zasso
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius