summaryrefslogtreecommitdiff
path: root/lib/internal/modules/esm
AgeCommit message (Expand)Author
2018-10-15module: removed unused variableMartin Omander
2018-10-15lib: migrate process.binding('config') to getOptions()Jonny Kalambay
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-09lib: consolidate redundant require() callscjihrig
2018-06-30errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOKСковорода Никита Андреевич
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-06-18loader: remove unused error code in module_jobGus Caplan
2018-06-13esm: ensure require.main for CJS top-level loadsGuy Bedford
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-05-07fs: move fs/promises to fs.promisescjihrig
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-04-01module: skip preserveSymlinks for mainGuy Bedford
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung