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:09:03 +01:00 committed by GitHub
parent 3898b38f52
commit 481832d4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import NormalModule, { InputFileSystem } from "../lib/NormalModule";
import type { Mode } from "./WebpackOptions";
import type { Logger } from "../lib/logging/Logger";
export interface LoaderContext {
export interface NormalModuleLoaderContext {
version: number;
getOptions(schema: Schema): any;
emitWarning(warning: Error | string): void;