Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
process: deprecate process.assert()
This was never documented and the `assert` module should be used instead. PR-URL: #18666 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information
Showing
with
27 additions
and 9 deletions.
- +10 −0 doc/api/deprecations.md
- +9 −5 lib/internal/process.js
- +8 −4 test/parallel/test-process-assert.js