@klevn/jxc
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ import { parse } from "path" | ||
"runtime": "classic", | ||
"pragma": "_factory" | ||
"pragma": "_compiler.factory", | ||
} | ||
@@ -22,3 +22,3 @@ ], | ||
{ | ||
"prepend": `import _fac from "${packageName}"`, | ||
"prepend": `import * as _compiler from "${packageName}"`, | ||
"accept": (fileName) => { | ||
@@ -25,0 +25,0 @@ const fileExt = parse(fileName).ext |
@@ -33,3 +33,3 @@ { | ||
"name": "@klevn/jxc", | ||
"version": "38.0.3", | ||
"version": "38.0.4", | ||
"main": "./dist/compiler.js", | ||
@@ -36,0 +36,0 @@ "types": "./dist/compiler.d.ts", |
76994
0.03%