Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 2ddc46e

Browse files
authored
Added context in the loader interface
1 parent ae3961f commit 2ddc46e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/instance.ts

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface Loader {
4343
emitFile: (fileName: string, text: string) => void;
4444
emitWarning: (msg: string) => void;
4545
emitError: (msg: string) => void;
46+
context: string;
4647
options: {
4748
ts?: LoaderConfig
4849
};

0 commit comments

Comments
 (0)