summaryrefslogtreecommitdiff
path: root/lib/internal/modules/cjs
Commit message (Expand)AuthorAgeFilesLines
* module: use v8 synthetic modulesGuy Bedford2019-10-061-17/+11
* esm: remove proxy for builtin exportsBradley Farias2019-10-051-0/+8
* process: add source-map support to stack tracesbcoe2019-10-051-6/+21
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-051-1/+1
* module: pass full URL to loader for top-level loadGuy Bedford2019-09-291-1/+1
* module: move cjs type check behind flagGuy Bedford2019-09-281-1/+1
* process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe2019-09-221-2/+5
* module: error for CJS .js load within type: moduleGuy Bedford2019-09-191-33/+42
* module: reintroduce package exports dot mainGuy Bedford2019-09-171-2/+6
* policy: minor perf opts and cleanupBradley Farias2019-09-032-20/+26
* lib,test: fix error message check after V8 updateMichaël Zasso2019-08-191-1/+1
* module: add warning when import,export is detected in CJS contextGiorgos Ntemiris2019-08-131-18/+48
* module: pkg exports validations and fallbacksGuy Bedford2019-08-121-15/+51
* module: refine package name validationGuy Bedford2019-08-071-1/+1
* module: exports error as MODULE_NOT_FOUNDGuy Bedford2019-08-011-2/+5
* policy: add dependencies map for resourcesBradley Farias2019-07-262-12/+67
* module: implement "exports" proposal for CommonJSJan Krems2019-07-231-9/+96
* vm: fix gc bug with modules and compiled functionsGus Caplan2019-07-191-3/+3
* src: refactor uncaught exception handlingJoyee Cheung2019-06-191-1/+1
* module: handle empty require.resolve() optionscjihrig2019-06-111-1/+3
* lib: no need to strip BOM or shebang for scriptsRefael Ackermann2019-06-012-37/+0
* module: runtime deprecate createRequireFromPath()cjihrig2019-05-311-1/+6
* lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan2019-05-262-45/+64
* esm: --experimental-wasm-modules integration supportMyles Borins2019-05-171-1/+1
* esm: fix esm load bugZYSzys2019-05-141-3/+5
* module: fix createRequireFromPath() slash logiccjihrig2019-05-131-1/+1
* module: add missing space in error messagecjihrig2019-05-131-1/+1
* module: simplify createRequire() validationcjihrig2019-05-131-4/+3
* module: improve resolve paths validationcjihrig2019-05-101-16/+22
* module: handle relative paths in resolve pathscjihrig2019-05-091-9/+16
* module: throw on require('./path.mjs');Myles Borins2019-05-031-5/+3
* module: add createRequire methodMyles Borins2019-05-031-3/+30
* module: allow passing a directory to createRequireFromPathGilles De Mey2019-05-011-3/+12
* process: reduce the number of internal frames in async stack traceJoyee Cheung2019-04-281-4/+0
* module: explicitly initialize CJS loaderJoyee Cheung2019-04-221-2/+0
* util: access process states lazily in debuglogJoyee Cheung2019-04-201-8/+1
* lib: use getOptionValue instead of process underscore aliasesJoyee Cheung2019-04-201-4/+4
* process: add --unhandled-rejections flagRuben Bridgewater2019-04-151-1/+4
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-122-1/+3
* module: remove dead codeRuben Bridgewater2019-04-082-70/+12
* lib: remove `env: node` in eslint config for lib filesJoyee Cheung2019-04-061-1/+1
* module: add extra caching layerRuben Bridgewater2019-04-041-1/+23
* module: add path to the module objectRuben Bridgewater2019-04-041-1/+2
* module: inline try catchRuben Bridgewater2019-04-041-8/+4
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* module: fix repl require calling the same file againRuben Bridgewater2019-04-031-7/+9
* module: mark DEP0019 as End-of-LifeRuben Bridgewater2019-04-031-36/+10
* module: simpler esm loadingRuben Bridgewater2019-03-311-12/+8
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-20/+20
* esm: phase two of new esm implementationguybedford2019-03-271-2/+4