Skip to content

Commit 099fb35

Browse files
committed
Expose ModuleScript for eleventy plugin permalink
11ty/eleventy-plugin-webc#27
1 parent 9719027 commit 099fb35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { parse } from "parse5";
55

66
import { Path } from "./src/path.js";
77
import { AstSerializer } from "./src/ast.js";
8+
import { ModuleScript } from "./src/moduleScript.cjs";
89

910
class AstCache {
1011
constructor() {
@@ -269,4 +270,4 @@ class WebC {
269270
}
270271
}
271272

272-
export { WebC };
273+
export { WebC, ModuleScript };

0 commit comments

Comments
 (0)