Files
node/lib/internal
Ruben Bridgewater dfaa61fa18 assert: make actual and expected getters
The `actual` and `expected` properties on an instance of
`AssertionError` is now a getter to prevent inspecting these when
inspecting the error. These values will be visible in the error
message and showing them otherwise would decrease the readability
of the error.

PR-URL: https://github.com/nodejs/node/pull/25250
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-01-10 03:26:50 +01:00
..
2018-12-29 13:51:35 -05:00
2018-12-10 17:07:18 +01:00
2019-01-04 19:27:38 +01:00
2018-12-05 14:46:33 -08:00
2019-01-05 21:36:46 +01:00
2018-12-20 09:31:52 -05:00
2018-11-26 20:34:32 +05:30
2019-01-09 01:38:54 +01:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.