We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9719027 commit 099fb35Copy full SHA for 099fb35
webc.js
@@ -5,6 +5,7 @@ import { parse } from "parse5";
5
6
import { Path } from "./src/path.js";
7
import { AstSerializer } from "./src/ast.js";
8
+import { ModuleScript } from "./src/moduleScript.cjs";
9
10
class AstCache {
11
constructor() {
@@ -269,4 +270,4 @@ class WebC {
269
270
}
271
272
-export { WebC };
273
+export { WebC, ModuleScript };
0 commit comments