summaryrefslogtreecommitdiff
path: root/test/message
Commit message (Expand)AuthorAgeFilesLines
* esm: improve commonjs hint on module not foundDaniele Belardi2020-05-034-0/+56
* module: remove experimental modules warningGuy Bedford2020-04-177-15/+3
* process: suggest --trace-warnings when printing warningAnna Henningsen2020-04-158-1/+9
* esm: port loader code to JSAnna Henningsen2020-03-131-7/+7
* test: improve logged errorsRuben Bridgewater2020-02-092-2/+2
* src: use custom fprintf alike to write errors to stderrAnna Henningsen2020-01-232-0/+11
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-01-071-2/+2
* src: prevent hard coding stack trace limitlegendecas2019-12-253-0/+3
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2019-11-1916-20/+20
* test: change var to letnathias2019-11-172-5/+5
* esm: unflag --experimental-modulesGuy Bedford2019-11-1212-12/+5
* esm: exit the process with an error if loader has an issueMichaël Zasso2019-11-094-0/+33
* cli: add --trace-uncaught flagAnna Henningsen2019-10-2211-0/+66
* process: add source-map support to stack tracesbcoe2019-10-056-0/+59
* errors: make sure all Node.js errors show their propertiesRuben Bridgewater2019-10-032-2/+6
* test: unskip tests that now pass on AIXSam Roberts2019-08-101-2/+0
* events: give subclass name in unhandled 'error' messageAnna Henningsen2019-08-062-0/+22
* policy: add dependencies map for resourcesBradley Farias2019-07-261-1/+0
* test: skip tests related to CI failures on AIXSam Roberts2019-07-021-0/+3
* esm: ensure cwd-relative imports for module --evalGuy Bedford2019-06-301-5/+5
* lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung2019-06-191-1/+0
* module: runtime deprecate createRequireFromPath()cjihrig2019-05-311-0/+1
* process: inspect error in case of a fatal exceptionRuben Bridgewater2019-05-167-7/+45
* tools: fix node-core/required-modules eslint ruleBen Noordhuis2019-05-065-5/+2
* process: reduce the number of internal frames in async stack traceJoyee Cheung2019-04-2815-12/+173
* lib: throw a special error in internal/assertJoyee Cheung2019-04-254-0/+45
* process: add --unhandled-rejections flagRuben Bridgewater2019-04-152-0/+29
* tools: python: ignore instead of select flake8 rulesRefael Ackermann2019-04-131-17/+8
* console: remove trace frameRuben Bridgewater2019-04-121-1/+0
* module: inline try catchRuben Bridgewater2019-04-0415-22/+8
* esm: phase two of new esm implementationguybedford2019-03-277-12/+16
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-272-2/+2
* console: fix trace functionRuben Bridgewater2019-03-212-0/+15
* timers: refactor timer callback initializationJoyee Cheung2019-03-191-2/+2
* test: fix tests after V8 updateMichaël Zasso2019-03-147-12/+17
* process: refactor global.queueMicrotask()Joyee Cheung2019-03-112-4/+4
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-102-2/+2
* src: handle errors while printing error objectsAnna Henningsen2019-02-032-0/+15
* process: split execution into main scriptsJoyee Cheung2019-01-3011-41/+22
* process: allow StartExecution() to take a main script IDJoyee Cheung2019-01-166-11/+11
* process: make tick callback and promise rejection callback more robustJoyee Cheung2019-01-063-6/+6
* src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen2019-01-068-28/+1
* process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung2018-12-312-8/+8
* src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung2018-12-243-3/+3
* test: prepare test/message/testcfg.py for Python 3cclauss2018-12-061-1/+11
* src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung2018-12-043-6/+6
* process: refactor the bootstrap mode branching for readabilityJoyee Cheung2018-11-2911-12/+39
* test: use print() function on both Python 2 and 3cclauss2018-11-191-11/+12
* src: emit warnings from V8Gus Caplan2018-11-162-0/+20
* test: remove unused catch bindingscjihrig2018-11-062-2/+2