You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process.
1831
+
* See the documentation for the ['warning' event](https://nodejs.org/docs/latest/api/process.html#event-warning) and the [emitWarning()](https://nodejs.org/docs/latest/api/process.html#processemitwarningwarning-type-code-ctor) method for more information about this flag's behavior.
1832
+
*/
1833
+
noDeprecation?: boolean;
1829
1834
/**
1830
1835
* This API is available through the [--permission](https://nodejs.org/api/cli.html#--permission) flag.
* The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process.
1642
+
* See the documentation for the ['warning' event](https://nodejs.org/docs/latest/api/process.html#event-warning) and the [emitWarning()](https://nodejs.org/docs/latest/api/process.html#processemitwarningwarning-type-code-ctor) method for more information about this flag's behavior.
1643
+
*/
1644
+
noDeprecation?: boolean;
1640
1645
/**
1641
1646
* This API is available through the [--experimental-permission](https://nodejs.org/api/cli.html#--experimental-permission) flag.
* The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process.
1710
+
* See the documentation for the ['warning' event](https://nodejs.org/docs/latest/api/process.html#event-warning) and the [emitWarning()](https://nodejs.org/docs/latest/api/process.html#processemitwarningwarning-type-code-ctor) method for more information about this flag's behavior.
1711
+
*/
1712
+
noDeprecation?: boolean;
1708
1713
/**
1709
1714
* This API is available through the [--permission](https://nodejs.org/api/cli.html#--permission) flag.
* The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process.
1709
+
* See the documentation for the ['warning' event](https://nodejs.org/docs/latest/api/process.html#event-warning) and the [emitWarning()](https://nodejs.org/docs/latest/api/process.html#processemitwarningwarning-type-code-ctor) method for more information about this flag's behavior.
1710
+
*/
1711
+
noDeprecation?: boolean;
1707
1712
/**
1708
1713
* This API is available through the [--permission](https://nodejs.org/api/cli.html#--permission) flag.
0 commit comments