Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update an interface
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantzzz committed Sep 15, 2020
1 parent 99df0e5 commit 0addcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compile-common/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export interface Compiler {
sources,
options
}: {
sources: string[];
sources: object;
options: object;
}) => Promise<CompilerResult>;
}

0 comments on commit 0addcaf

Please sign in to comment.