mirror of https://github.com/webpack/webpack.git
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
This commit is contained in:
parent
5ef8acac7c
commit
3d45e2b666
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue