mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
6d1170f06c
Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: ricky <ricky.miller@gmail.com> Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: Pedro Figueiredo <pedro.figueiredo@consensys.net>
17 lines
491 B
Diff
17 lines
491 B
Diff
diff --git a/index.d.ts b/index.d.ts
|
|
index f2a8652b233b13610c67633b7eca38d507276c95..3a26bfe8664e1a509fa3ad061828f457f8f5e7b9 100755
|
|
--- a/index.d.ts
|
|
+++ b/index.d.ts
|
|
@@ -265,6 +265,10 @@ declare namespace madge {
|
|
*
|
|
* @default undefined
|
|
*/
|
|
- dependencyFilter?: (id: string) => boolean;
|
|
+ dependencyFilter?: (
|
|
+ dependencyFilePath: string,
|
|
+ traversedFilePath: string,
|
|
+ baseDir: string,
|
|
+ ) => boolean;
|
|
}
|
|
}
|