functionalscript
Advanced tools
Comparing version 0.0.583 to 0.0.584
@@ -23,2 +23,3 @@ # Issues | ||
Currently, the biggest obstacle that prevents us from using ESM is that we can make bundles on ESM modules without FS parser. | ||
Currently, the biggest obstacle that prevents us from using ESM is that we can make bundles on ESM modules without FS parser. | ||
The solution is to deploy ESM modules to HTTPS. |
{ | ||
"name": "@functionalscript/functionalscript", | ||
"version": "0.0.583", | ||
"version": "0.0.584", | ||
"exports": "./index.f.cjs" | ||
} |
{ | ||
"name": "functionalscript", | ||
"version": "0.0.583", | ||
"version": "0.0.584", | ||
"description": "FunctionalScript is a functional subset of JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.f.cjs", |
570185