summaryrefslogtreecommitdiff
path: root/test/parallel/test-bootstrap-modules.js
AgeCommit message (Expand)Author
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-10test: remove unnecessary --expose-internals flagsAnna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-05process: add source-map support to stack tracesbcoe
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-08-28buffer: correct indexOf() error messageBrian White
2019-07-19vm: remove usage of public util moduleKaren He
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-03-19lib: lazy load `v8` in error-serdesRichard Lau
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-13test: whitelist the expected modules in test-bootstrap-modules.jsRichard Lau
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-08test: bump test-bootstrap-modules.js limitJoyee Cheung
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2019-01-20test: switch to native v8 coverageBenjamin Coe
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-02console: split console into global.js and constructor.jsJoyee Cheung
2018-11-29console: lazy load process.stderr and process.stdoutJoyee Cheung
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-10-06vm: add dynamic import supportGus Caplan
2018-09-24util: move inspect in separate fileRuben Bridgewater
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-05-18test: add loaded modules testRuben Bridgewater