functionalscript 0.0.585 → 0.0.586
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 -0
- package/jsr.json +1 -1
- package/package.json +1 -1
package/issues/README.md
CHANGED
|
@@ -28,3 +28,5 @@ Before publishing, we have to be sure that
|
|
|
28
28
|
|
|
29
29
|
Currently, the biggest obstacle to using ESM is that we cannot make bundles on ESM modules without an FS parser.
|
|
30
30
|
The solution is to deploy ESM modules to HTTPS.
|
|
31
|
+
|
|
32
|
+
## Can we get rid of `jsr.json` and use only `package.json`?
|
package/jsr.json
CHANGED