initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
16
github/codeql-action-v1/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
generated
vendored
Normal file
16
github/codeql-action-v1/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue