functionalscript 0.0.583 → 0.0.584
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/issues/README.md +2 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
package/issues/README.md
CHANGED
|
@@ -20,4 +20,5 @@ Currently, we regenerate [./index.f.cjs](./index.f.cjs) using `npm run index` du
|
|
|
20
20
|
|
|
21
21
|
## Switching to ESM
|
|
22
22
|
|
|
23
|
-
Currently, the biggest obstacle that prevents us from using ESM is that we can make bundles on ESM modules without FS parser.
|
|
23
|
+
Currently, the biggest obstacle that prevents us from using ESM is that we can make bundles on ESM modules without FS parser.
|
|
24
|
+
The solution is to deploy ESM modules to HTTPS.
|
package/jsr.json
CHANGED