PHP 8.2.30
Preview: experimentalWarning.js Size: 460 B
//home/byroehnu/easepay.easetack.com/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: 11

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2026-03-14 01:49:21
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:21
Edit Download
1.41 KB lrw-r--r-- 2026-02-21 00:53:44
Edit Download
4.10 KB lrw-r--r-- 2026-02-21 00:53:36
Edit Download
3.63 KB lrw-r--r-- 2026-02-21 00:53:36
Edit Download
460 B lrw-r--r-- 2026-02-21 00:53:36
Edit Download
5.42 KB lrw-r--r-- 2026-02-21 00:53:44
Edit Download
2.28 KB lrw-r--r-- 2026-02-21 00:53:20
Edit Download
1.84 KB lrw-r--r-- 2026-02-21 00:53:44
Edit Download
488 B lrw-r--r-- 2026-02-21 00:53:38
Edit Download
729 B lrw-r--r-- 2026-02-21 00:53:40
Edit Download
4.60 KB lrw-r--r-- 2026-02-21 00:53:46
Edit Download

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