Update declarations/LoaderContext.d.ts

Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
This commit is contained in:
John Reilly 2021-04-20 09:00:51 +01:00 committed by GitHub
parent 5ef8acac7c
commit 3d45e2b666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ export interface EmptyContextAdditions {
async(): (
err: Error | undefined | null,
content?: string | Buffer,
sourceMap?: string | any
sourceMap?: string | RawSourceMap,
additionalData?: Record<string, any>,
...args: any[]
) => void | undefined;
/**