Bump eslint-plugin-import to avoid vulnerability in dependency
This commit is contained in:
parent
10695e6a20
commit
ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions
2
node_modules/tsconfig-paths/lib/match-path-async.d.ts
generated
vendored
2
node_modules/tsconfig-paths/lib/match-path-async.d.ts
generated
vendored
|
|
@ -18,4 +18,4 @@ export declare function createMatchPathAsync(absoluteBaseUrl: string, paths: {
|
|||
/**
|
||||
* See the sync version for docs.
|
||||
*/
|
||||
export declare function matchFromAbsolutePathsAsync(absolutePathMappings: ReadonlyArray<MappingEntry.MappingEntry>, requestedModule: string, readJson: Filesystem.ReadJsonAsync | undefined, fileExists: Filesystem.FileExistsAsync | undefined, extensions: ReadonlyArray<string> | undefined, callback: MatchPathAsyncCallback, mainFields?: string[]): void;
|
||||
export declare function matchFromAbsolutePathsAsync(absolutePathMappings: ReadonlyArray<MappingEntry.MappingEntry>, requestedModule: string, readJson: Filesystem.ReadJsonAsync | undefined, fileExists: Filesystem.FileExistsAsync | undefined, extensions: readonly string[] | undefined, callback: MatchPathAsyncCallback, mainFields?: string[]): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue