functionalscript 0.0.582 → 0.0.583
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 +4 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
package/issues/README.md
CHANGED
|
@@ -17,4 +17,7 @@ Currently, we regenerate [./index.f.cjs](./index.f.cjs) using `npm run index` du
|
|
|
17
17
|
|
|
18
18
|
`version` property should be
|
|
19
19
|
- `version` calculated on a `main` branch.
|
|
20
|
-
|
|
20
|
+
|
|
21
|
+
## Switching to ESM
|
|
22
|
+
|
|
23
|
+
Currently, the biggest obstacle that prevents us from using ESM is that we can make bundles on ESM modules without FS parser.
|
package/jsr.json
CHANGED