Sha256: a7d40806b1d5aa763d2c75d00e5d6c3050f70e37ae2ca7f8856c48803d7a7f71

Contents?: true

Size: 521 Bytes

Versions: 23

Compression:

Stored size: 521 Bytes

Contents

import * as fsScandir from '@nodelib/fs.scandir';
import { Entry } from '../types';
import Reader from './reader';
export default class SyncReader extends Reader {
    protected readonly _scandir: typeof fsScandir.scandirSync;
    private readonly _storage;
    private readonly _queue;
    read(): Entry[];
    private _pushToQueue;
    private _handleQueue;
    private _handleDirectory;
    private _handleError;
    private _handleEntry;
    private _pushToStorage;
}
//# sourceMappingURL=sync.d.ts.map

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trusty-cms-5.0.7 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-5.0.6 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-5.0.5 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-5.0.4 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-5.0.3 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-5.0.2 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-5.0.1 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.3.5 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-5.0.0 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.3.4 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.3.3 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.3.2 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.3.1 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.3 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.2.3 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.2.2 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.2.1 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.2 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.1.9 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
trusty-cms-4.1.8 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts