summaryrefslogtreecommitdiff
path: root/lib/internal/modules
AgeCommit message (Expand)Author
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-01-30module: do not use `process.exit()`Anna Henningsen
2019-01-30module: silence ModuleJob unhandled rejection warningsAnna Henningsen
2019-01-25src: remove has_experimental_policy optionAnna Henningsen
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2018-12-29lib: simplify several debug() callscjihrig
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-11module: don't search in require.resolve.pathscjihrig
2018-12-10module: use validateString in modules/esmZYSzys
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-08module: use validateString in modules/cjsZYSzys
2018-11-30esm: refactor dynamic modulesMyles Borins
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-06esm: remove unused catch bindingscjihrig
2018-11-01module: support multi-dot file extensionGeoffrey Booth
2018-10-15module: removed unused variableMartin Omander
2018-10-15lib: migrate process.binding to getOptionsRandy Wressell
2018-10-15lib: migrate process.binding('config') to getOptions()Jonny Kalambay
2018-10-15lib: switch to internalBinding for cjs loaderSteven Scott
2018-10-10Revert "module: fix inconsistency between load and _findPath"John-David Dalton
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-17module: fix inconsistency between load and _findPathDenys Otrishko
2018-09-14module: add createRequireFunction methodGus Caplan
2018-09-12module: accept Windows relative pathJoão Reis
2018-09-05util: make util binding internalcjihrig
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-21module: experimental modules runMain separationguybedford
2018-06-18loader: remove unused error code in module_jobGus Caplan
2018-06-13esm: ensure require.main for CJS top-level loadsGuy Bedford
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-05-25module: name anonymous function for debuggingNicholas Dangles
2018-05-18lib: lazy load necessary loadersRuben Bridgewater
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-05-10lib: return directly from packageMainCacheDaniel Bevenius
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-04-17trace_events: adds a new trace_events apiJames M Snell
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