0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test/message
Rich Trott 4334658635 tools: enable no-throw-literal ESLint rule
Only throw the Error object itself or an object using the Error object
as base objects for user-defined exceptions.

PR-URL: https://github.com/nodejs/node/pull/11168
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2017-02-07 14:17:52 -08:00
..
2100bytes.js
2100bytes.out
console_low_stack_space.js
console_low_stack_space.out
core_line_numbers.js
core_line_numbers.out
error_exit.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
error_exit.out test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
eval_messages.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
eval_messages.out
hello_world.js
hello_world.out
max_tick_depth.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
max_tick_depth.out
message.status
nexttick_throw.js
nexttick_throw.out
stack_overflow.js
stack_overflow.out
stdin_messages.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
stdin_messages.out
testcfg.py
throw_custom_error.js tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_custom_error.out tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_in_line_with_tabs.js tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_in_line_with_tabs.out tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_non_error.js tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_non_error.out tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_null.js tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_null.out tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_undefined.js tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
throw_undefined.out tools: enable no-throw-literal ESLint rule 2017-02-07 14:17:52 -08:00
timeout_throw.js test: provide duration/interval to timers 2017-01-06 15:22:51 -08:00
timeout_throw.out
undefined_reference_in_new_context.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
undefined_reference_in_new_context.out
unhandled_promise_trace_warnings.js
unhandled_promise_trace_warnings.out lib: add static identifier codes for all deprecations 2017-01-30 11:11:57 -08:00
vm_caught_custom_runtime_error.js
vm_caught_custom_runtime_error.out
vm_display_runtime_error.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
vm_display_runtime_error.out
vm_display_syntax_error.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
vm_display_syntax_error.out
vm_dont_display_runtime_error.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
vm_dont_display_runtime_error.out
vm_dont_display_syntax_error.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
vm_dont_display_syntax_error.out