@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 +1 -1
- package/lib/parser.js +1 -1
- package/package.json +1 -1
- /package/docs/{AST format.md → AST_format.md} +0 -0
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/
|
|
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
|
-
* [
|
|
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
|
File without changes
|