summaryrefslogtreecommitdiff
path: root/lib/internal/modules
AgeCommit message (Expand)Author
2019-12-06lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest
2019-12-06module: fix dynamic import from evalCorey Farrell
2019-12-05module: fixup lint and test regressionsGuy Bedford
2019-12-04module: ignore resolution failures for inspect-brkMaël Nison
2019-12-04lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda
2019-12-04module: add warnings for experimental flagsRongjian Zhang
2019-12-04esm: make specifier flag clearly experimentalMyles Borins
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-28module: fix specifier resolution algorithmRongjian Zhang
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26esm: data URLs should ignore unknown parametersBradley Farias
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-16esm: disable non-js exts outside package scopesGuy Bedford
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-16esm: modify resolution order for specifier flagMyles Borins
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-08Revert "esm: remove experimental status from JSON modules"Guy 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-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