Skip to content

Commit 7f0811a

Browse files
ooflorentjohnnyreilly
authored andcommitted
Fix tapable definition (DefinitelyTyped#24996)
1 parent a1ff7a2 commit 7f0811a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/tapable/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ export class HookInterceptor {
276276
tap: (tap: Tap) => void;
277277
register: (tap: Tap) => Tap | undefined;
278278
context: boolean;
279+
name: string;
279280
}
280281

281282
/** A HookMap is a helper class for a Map with Hooks */

0 commit comments

Comments
 (0)