Files
node/lib/internal
Ruben Bridgewater b304096a14 assert: move AssertionError into own file
This moves the `assert` parts from `internal/errors` into an own
file. `internal/errors` got bigger and bigger and it was difficult
to keep a good overview of what was going on. While doing so it
also removes the `internalAssert` function and just lazy loads
`assert`.

PR-URL: https://github.com/nodejs/node/pull/20486
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2018-05-10 13:39:19 +02:00
..
2018-05-08 13:15:16 +03:00
2017-11-16 15:42:46 -08:00
2018-05-09 19:10:01 +02:00
2018-04-29 16:52:46 +02:00
2018-03-30 19:41:41 -05:00
2018-03-30 14:20:40 +02:00
2017-08-14 15:43:10 -04:00
2018-02-16 18:09:56 +01:00
2018-05-07 10:32:22 +02:00
2018-05-03 14:47:17 +02: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 are subject to change at any time. Reliance on these modules outside of core is not supported in any way.