Lines Matching defs:const
5 const common = require('../common');
7 const assert = require('assert');
8 const { BigIntStats } = require('internal/fs/utils');
9 const fs = require('fs');
10 const path = require('path');
12 const tmpdir = require('../common/tmpdir');
14 const enoentFile = path.join(tmpdir.path, 'non-existent-file');
15 const expectedStatObject = new BigIntStats(
41 const options = { interval: 0, bigint: true };
43 const watcher =