Skip to content

Commit 726a010

Browse files
committed
Export types
1 parent f6c5bdd commit 726a010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/acorn-macros/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,4 @@ async function replaceMacros(code: string, macros: MacroDefinition[], ast?: Node
326326
}
327327

328328
export { replaceMacros, Function, AsyncFunction };
329-
export type { MacroDefinition };
329+
export type { ExprRange, Patch, LocalMeta, MacroDefinition };

0 commit comments

Comments
 (0)