X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/readable-stream
lib
/
node_modules
/
npm
/
node_modules
/
readable-stream
/
??
..
??
GOVERNANCE.md
(5.42 KB)
??
LICENSE
(2.28 KB)
??
README.md
(4.6 KB)
??
errors-browser.js
(4.1 KB)
??
errors.js
(3.63 KB)
??
experimentalWarning.js
(460 B)
??
lib
??
package.json
(2.85 KB)
??
readable-browser.js
(488 B)
??
readable.js
(729 B)
Editing: experimentalWarning.js
'use strict' var experimentalWarnings = new Set(); function emitExperimentalWarning(feature) { if (experimentalWarnings.has(feature)) return; var msg = feature + ' is an experimental feature. This feature could ' + 'change at any time'; experimentalWarnings.add(feature); process.emitWarning(msg, 'ExperimentalWarning'); } function noop() {} module.exports.emitExperimentalWarning = process.emitWarning ? emitExperimentalWarning : noop;
Upload File
Create Folder