summaryrefslogtreecommitdiff
path: root/lib/internal/modules/cjs/loader.js
AgeCommit message (Expand)Author
2019-07-23vm: fix gc bug with modules and compiled functionsGus Caplan
2019-07-02src: refactor uncaught exception handlingJoyee Cheung
2019-06-17module: handle empty require.resolve() optionscjihrig
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-14esm: fix esm load bugZYSzys
2019-05-14module: fix createRequireFromPath() slash logiccjihrig
2019-05-14module: add missing space in error messagecjihrig
2019-05-13module: simplify createRequire() validationcjihrig
2019-05-11module: improve resolve paths validationcjihrig
2019-05-10module: handle relative paths in resolve pathscjihrig
2019-05-04module: throw on require('./path.mjs');Myles Borins
2019-05-04module: add createRequire methodMyles Borins
2019-05-04module: allow passing a directory to createRequireFromPathGilles De Mey
2019-04-29process: reduce the number of internal frames in async stack traceJoyee 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-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08module: remove dead codeRuben Bridgewater
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-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 `cjs/loader.js`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-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
2019-02-15lib: improve error message for MODULE_NOT_FOUNDAli Ijaz Sheikh
2019-02-15lib: requireStack property for MODULE_NOT_FOUNDAli Ijaz Sheikh
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-01-30module: do not use `process.exit()`Anna 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
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