functionalscript 0.0.521 → 0.0.522

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.
Files changed (2) hide show
  1. package/fsc/README.md +1 -0
  2. package/package.json +1 -1
package/fsc/README.md CHANGED
@@ -32,6 +32,7 @@
32
32
  - `...` - spread
33
33
  - `/` - division
34
34
  - `/*` - commentBegin
35
+ - `//` - oneLineComment
35
36
  - `/=` - divisionAssignment
36
37
  - `0..9` - numberBegin
37
38
  - `:` - colon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.521",
3
+ "version": "0.0.522",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {