summaryrefslogtreecommitdiff
path: root/lib/internal/modules/cjs
AgeCommit message (Expand)Author
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-17lib: replace var with let/constKenza Houmani
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-08module: conditional exports with flagged conditionsGuy Bedford
2019-11-01module: warn on using unfinished circular dependencyAnna Henningsen
2019-10-24module: resolve self-referencesJan Krems
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-11module: warn on require of .js inside type: moduleGuy Bedford
2019-10-10esm: unflag --experimental-exportsGuy Bedford
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-05esm: remove proxy for builtin exportsBradley Farias
2019-10-05process: add source-map support to stack tracesbcoe
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
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-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-19src: refactor uncaught exception handlingJoyee Cheung
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-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-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