PHP 8.2.30
Preview: experimentalWarning.js Size: 460 B
//opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules.bundled/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: 11

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2024-03-03 22:41:37
Edit Download
1.41 KB lrw-r--r-- 2021-10-19 09:47:55
Edit Download
4.10 KB lrw-r--r-- 2021-10-19 09:47:55
Edit Download
3.63 KB lrw-r--r-- 2021-10-19 09:47:55
Edit Download
460 B lrw-r--r-- 2021-10-19 09:47:55
Edit Download
5.42 KB lrw-r--r-- 2021-10-19 09:47:55
Edit Download
2.28 KB lrw-r--r-- 2021-10-19 09:47:55
Edit Download
2.68 KB lrw-r--r-- 2021-10-19 09:47:55
Edit Download
351 B lrw-r--r-- 2021-10-19 09:47:55
Edit Download
912 B lrw-r--r-- 2021-10-19 09:47:55
Edit Download
4.45 KB lrw-r--r-- 2021-10-19 09:47:55
Edit Download
253.90 KB lrw-r--r-- 2021-10-19 09:47:55
Edit Download

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