Sha256: aff8749c230a74d0334907472b971f7f62b1775b8e9a520324599a1e71c9c3f0

Contents?: true

Size: 990 Bytes

Versions: 51

Compression:

Stored size: 990 Bytes

Contents

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = void 0;
const NODE_PROCESS_VERSION_PARTS = process.versions.node.split('.');
if (NODE_PROCESS_VERSION_PARTS[0] === undefined || NODE_PROCESS_VERSION_PARTS[1] === undefined) {
    throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);
}
const MAJOR_VERSION = Number.parseInt(NODE_PROCESS_VERSION_PARTS[0], 10);
const MINOR_VERSION = Number.parseInt(NODE_PROCESS_VERSION_PARTS[1], 10);
const SUPPORTED_MAJOR_VERSION = 10;
const SUPPORTED_MINOR_VERSION = 10;
const IS_MATCHED_BY_MAJOR = MAJOR_VERSION > SUPPORTED_MAJOR_VERSION;
const IS_MATCHED_BY_MAJOR_AND_MINOR = MAJOR_VERSION === SUPPORTED_MAJOR_VERSION && MINOR_VERSION >= SUPPORTED_MINOR_VERSION;
/**
 * IS `true` for Node.js 10.10 and greater.
 */
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR;

Version data entries

51 entries across 51 versions & 3 rubygems

Version Path
immosquare-cleaner-0.1.60 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.59 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.58 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.57 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.56 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.55 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.54 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.53 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.52 node_modules/@nodelib/fs.scandir/out/constants.js
trusty-cms-6.3.1 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.51 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.50 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.49 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.48 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.47 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.46 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.45 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.44 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.43 node_modules/@nodelib/fs.scandir/out/constants.js
immosquare-cleaner-0.1.42 node_modules/@nodelib/fs.scandir/out/constants.js