aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/modules
AgeCommit message (Expand)Author
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-10-02vm: refactor SourceTextModuleGus Caplan
2019-09-29module: pass full URL to loader for top-level loadGuy Bedford
2019-09-28module: move cjs type check behind flagGuy Bedford
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-19module: error for CJS .js load within type: moduleGuy Bedford
2019-09-17module: reintroduce package exports dot mainGuy Bedford
2019-09-03policy: minor perf opts and cleanupBradley Farias
2019-08-20esm: support loading data URLsBradley Farias
2019-08-19lib,test: fix error message check after V8 updateMichaël Zasso
2019-08-13module: add warning when import,export is detected in CJS contextGiorgos Ntemiris
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-08-07module: refine package name validationGuy Bedford
2019-08-01module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-07-19vm: fix gc bug with modules and compiled functionsGus Caplan
2019-06-30esm: ensure cwd-relative imports for module --evalGuy Bedford
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-15module: prevent race condition while combining import and requireRuben Bridgewater
2019-06-11module: handle empty require.resolve() optionscjihrig
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-05-31module: runtime deprecate createRequireFromPath()cjihrig
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-24esm: refactor createDynamicModule()cjihrig
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-20esm: use correct error argumentscjihrig
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-14esm: fix esm load bugZYSzys
2019-05-13module: fix createRequireFromPath() slash logiccjihrig
2019-05-13module: add missing space in error messagecjihrig
2019-05-13module: simplify createRequire() validationcjihrig
2019-05-10module: improve resolve paths validationcjihrig
2019-05-09module: handle relative paths in resolve pathscjihrig
2019-05-03module: throw on require('./path.mjs');Myles Borins
2019-05-03module: add createRequire methodMyles Borins
2019-05-01module: allow passing a directory to createRequireFromPathGilles De Mey
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-25module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-22module: explicitly initialize CJS loaderJoyee Cheung
2019-04-20util: access process states lazily in debuglogJoyee Cheung
2019-04-20lib: use getOptionValue instead of process underscore aliasesJoyee Cheung
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-10module: remove usage of require('util')dnlup
2019-04-08module: remove dead codeRuben Bridgewater
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-04-04module: add extra caching layerRuben Bridgewater