Skip to content

Commit 05fcedd

Browse files
committed
Export Engine as non-default as well
1 parent 930f07d commit 05fcedd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ module.exports.lexer = lexer;
233233
module.exports.AST = AST;
234234
module.exports.parser = parser;
235235
module.exports.combine = combine;
236+
module.exports.Engine = Engine;
236237

237238
// allow the default export in index.d.ts
238239
module.exports.default = Engine;

0 commit comments

Comments
 (0)