Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 7ba39af

Browse files
author
Wenjie Xia
committed
fix(compiler): fix importMap typing
1 parent 1c3f008 commit 7ba39af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface SWCOptions {
1515

1616
export interface TransformOptions {
1717
url: string
18-
importMap?: { imports: ImportMap, scopes: Record<string, ImportMap> }
18+
importMap?: ImportMap
1919
reactVersion?: string,
2020
swcOptions?: SWCOptions
2121
isDev?: boolean,

0 commit comments

Comments
 (0)