first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
15
node_modules/@rushstack/eslint-patch/lib/modern-module-resolution.d.ts
generated
vendored
Normal file
15
node_modules/@rushstack/eslint-patch/lib/modern-module-resolution.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
declare const path: any;
|
||||
declare const fs: any;
|
||||
declare const isModuleResolutionError: (ex: unknown) => boolean;
|
||||
declare const isInvalidImporterPath: (ex: unknown) => boolean;
|
||||
declare let eslintrcBundlePath: string | undefined;
|
||||
declare let configArrayFactoryPath: string | undefined;
|
||||
declare let moduleResolverPath: string | undefined;
|
||||
declare let eslintFolder: string | undefined;
|
||||
declare const eslintPackageJson: any;
|
||||
declare const eslintPackageObject: any;
|
||||
declare const eslintPackageVersion: any;
|
||||
declare const versionMatch: RegExpExecArray | null;
|
||||
declare const eslintMajorVersion: number;
|
||||
declare let ConfigArrayFactory: any;
|
||||
//# sourceMappingURL=modern-module-resolution.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue