PHP 8.1.33
Preview: experimentalWarning.js Size: 460 B
//lib/node_modules/npm/node_modules/readable-stream/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;

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
4.10 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
3.63 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
460 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
5.42 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
2.28 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
2.85 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
488 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
729 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
4.60 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).