@calcit/procs
Advanced tools
Comparing version 0.2.68 to 0.2.69
{ | ||
"name": "@calcit/procs", | ||
"version": "0.2.68", | ||
"version": "0.2.69", | ||
"main": "./lib/calcit.procs.js", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -60,2 +60,4 @@ | ||
cr --emit-js # compile to js | ||
cr --emit-js --mjs # compile to mjs | ||
cr --emit-js --emit-path=out/ # compile to js and save in `out/` | ||
@@ -62,0 +64,0 @@ cr --emit-ir # compile to intermediate representation |
99452
115