summaryrefslogtreecommitdiff
path: root/lib/internal/modules/esm
AgeCommit message (Expand)Author
2019-12-06module: fix dynamic import from evalCorey Farrell
2019-12-04module: add warnings for experimental flagsRongjian Zhang
2019-12-04esm: make specifier flag clearly experimentalMyles Borins
2019-11-26esm: data URLs should ignore unknown parametersBradley Farias
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-16esm: disable non-js exts outside package scopesGuy Bedford
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-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-02vm: refactor SourceTextModuleGus Caplan
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-08-20esm: support loading data URLsBradley Farias
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-06-30esm: ensure cwd-relative imports for module --evalGuy Bedford
2019-06-15module: prevent race condition while combining import and requireRuben Bridgewater
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
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-04-25module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-20lib: use getOptionValue instead of process underscore aliasesJoyee Cheung
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-10module: remove usage of require('util')dnlup
2019-04-08lib: use safe methods from primordialsMichaël Zasso
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-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-24module: remove usage of require('util')dnlup
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
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-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-01-30module: silence ModuleJob unhandled rejection warningsAnna Henningsen
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2018-12-29lib: simplify several debug() callscjihrig
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-10module: use validateString in modules/esmZYSzys
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-30esm: refactor dynamic modulesMyles Borins
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-06esm: remove unused catch bindingscjihrig