Skip to content

Commit f19dfae

Browse files
committed
- build
1 parent a0b835d commit f19dfae

7 files changed

+1340
-1524
lines changed

dist/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { IRollupContext } from "./context";
2-
import { ICode } from "./tscache";
2+
import { IRollupCode } from "./tscache";
33
import { IRollupOptions } from "./irollup-options";
44
import { IOptions } from "./ioptions";
55
import { Partial } from "./partial";
@@ -8,7 +8,7 @@ export default function typescript(options?: Partial<IOptions>): {
88
options(config: IRollupOptions): void;
99
resolveId(importee: string, importer: string): string | null;
1010
load(id: string): string | undefined;
11-
transform(this: IRollupContext, code: string, id: string): ICode | undefined;
11+
transform(this: IRollupContext, code: string, id: string): IRollupCode | undefined;
1212
ongenerate(): void;
1313
onwrite({ dest, file }: IRollupOptions): void;
1414
};

0 commit comments

Comments
 (0)