summaryrefslogtreecommitdiff
path: root/lib/internal/main
AgeCommit message (Expand)Author
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-12-03worker: add argv constructor optionlegendecas
2019-11-25lib: flatten access to primordialsMichaël Zasso
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-14vm: add Synthetic modulesGus Caplan
2019-10-11repl: check for NODE_REPL_EXTERNAL_MODULEGus Caplan
2019-09-27worker: fix process._fatalException return typeRuben Bridgewater
2019-08-20bootstrap: run preload prior to frozen-intrinsicsBradley Farias
2019-07-11doc: add line for inspect host:port invocationTim Baverstock
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-26Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-12repl: do not run --eval code if there is noneAnna Henningsen
2019-04-28lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
2019-04-26process: improve cwd performanceRuben Bridgewater
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
2019-04-17worker: improve coverageRuben Bridgewater
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-16repl: add welcome messagegengjiawen
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-29src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-24worker: remove usage of require('util') in worker_thread.jstoshi1127
2019-03-19lib: run prepareMainThreadExecution for third_party_mainAnna Henningsen
2019-03-15net: some scattered cleanupoyyd
2019-03-12process: delay process.argv[0] and process.argv0 handlingJoyee Cheung
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08process: call prepareMainThreadExecution in all main thread scriptsJoyee Cheung
2019-03-08process: handle process.env.NODE_V8_COVERAGE in pre-executionJoyee Cheung
2019-03-08process: set up process warning handler in pre-executionJoyee Cheung
2019-03-08process: call `prepareMainThreadExecution` in `node inspect`Joyee Cheung
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-02-24process: move initialization of node-report into pre_execution.jsJoyee Cheung
2019-02-21src: move async hooks trace events setup to pre_execution.jsJoyee Cheung
2019-02-14lib: merge 'undefined' into one 'break' branchMaleDong
2019-02-10process: normalize process.argv before user code executionJoyee Cheung
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-01-30worker: move worker thread setup code into the main scriptJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung