lib: add option to silence warnings by PoojaDurgad · Pull Request #36137 · nodejs/node

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

util

Issues and PRs related to the built-in util module.

labels

Nov 16, 2020

mscdex

mscdex

jasnell

@PoojaDurgad PoojaDurgad changed the title Add an option to silence experimental-warnings lib: add option to silence warnings

Nov 20, 2020

@PoojaDurgad @codeman869

Introduce an option `--suppress-warnings`
to silence experimental and deprecation
warnings for specified features

Fixes: nodejs#30810

Co-Authored-By: Cody Deckard <cjdeckard@gmail.com>

jasnell

jasnell

@PoojaDurgad