@borgar/fx 4.0.0-rc.3 → 4.0.0

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/README.md CHANGED
@@ -18,7 +18,7 @@ Documentation can be found under [docs/](./docs/):
18
18
 
19
19
  * The API is documented in [docs/API.md](./docs/API.md).
20
20
 
21
- * The AST format the parser emits is specified in [docs/AST format.md](./docs/AST format.md).
21
+ * The AST format the parser emits is specified in [docs/AST_format.md](./docs/AST_format.md).
22
22
 
23
23
  * A primer/terminology definitions of Excel references and ranges can be found in [docs/References.md](./docs/References.md).
24
24
 
package/lib/parser.js CHANGED
@@ -455,7 +455,7 @@ prefix('{', function () {
455
455
  * because it does not recognize reference context tokens.
456
456
  *
457
457
  * The AST Abstract Syntax Tree's format is documented in
458
- * [AST format.md][AST format.md]
458
+ * [AST_format.md][./AST_format.md]
459
459
  *
460
460
  * @see nodeTypes
461
461
  * @param {(string | Array<Object>)} formula An Excel formula string (an Excel expression) or an array of tokens.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borgar/fx",
3
- "version": "4.0.0-rc.3",
3
+ "version": "4.0.0",
4
4
  "description": "Utilities for working with Excel formulas",
5
5
  "main": "dist/fx.js",
6
6
  "module": "lib/index.js",
File without changes