@klevn/jxc
Advanced tools
Comparing version
@@ -19,3 +19,3 @@ import { execSync } from "child_process"; | ||
].join(" "); | ||
console.log(babelCommand); | ||
//console.log(babelCommand) | ||
execSync(babelCommand); | ||
@@ -22,0 +22,0 @@ if (!declaration) |
@@ -8,4 +8,3 @@ import { resolve } from "path"; | ||
console.log(`Starting babel input: ${input}, output: ${output}.`); | ||
console.log("heh"); | ||
transpileRoutes(input, output, true); | ||
}; |
@@ -33,3 +33,3 @@ { | ||
"name": "@klevn/jxc", | ||
"version": "38.0.0", | ||
"version": "38.0.1", | ||
"main": "./dist/compiler.js", | ||
@@ -36,0 +36,0 @@ "types": "./dist/compiler.d.ts", |
@@ -27,3 +27,3 @@ import { execSync } from "child_process" | ||
console.log(babelCommand) | ||
//console.log(babelCommand) | ||
@@ -30,0 +30,0 @@ execSync(babelCommand) |
@@ -11,4 +11,3 @@ import { resolve } from "path" | ||
console.log(`Starting babel input: ${input}, output: ${output}.`) | ||
console.log("heh") | ||
transpileRoutes(input, output, true) | ||
} |
Sorry, the diff of this file is not supported yet
76970
-0.06%1949
-0.1%