summaryrefslogtreecommitdiff
path: root/lib/internal/modules
AgeCommit message (Expand)Author
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
2019-04-04module: add path to the module objectRuben Bridgewater
2019-04-04module: inline try catchRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-04-03module: fix repl require calling the same file againRuben Bridgewater
2019-04-03module: mark DEP0019 as End-of-LifeRuben Bridgewater
2019-03-31module: simpler esm loadingRuben Bridgewater
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-30esm: use primordialsMyles Borins
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-25module: remove usage of require('util') in `esm/translators.js`dnlup
2019-03-25module: remove usage of require('util') in `esm/loader.js`dnlup
2019-03-25module: remove usage of require('util') in `cjs/loader.js`dnlup
2019-03-24module: remove usage of require('util')dnlup
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-01module: fix stat cacheRuben Bridgewater
2019-03-01module: simpler shebang functionRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-19module: use compileFunction over Module.wrapUjjwal Sharma