parse-framework
Advanced tools
Comparing version 2.3.26 to 2.3.27
@@ -56,3 +56,5 @@ # Lexer - script | ||
## script options | ||
* **end_comma** - Values: *none*, *always*, *never*. Whether an ending comma should be added or removed from objects and arrays. The *none* value disables this option. | ||
* **objectSort** - Sorts the named properties (keys) of object literals alphabetically. | ||
* **quote_convert** - Values: *none*, *double*, *single*. Whether quotes should be converted to double quote or single quote characters. The *none* value disables this option. | ||
* **varword** - Whether variables should be declared as: | ||
@@ -59,0 +61,0 @@ - *list*: a comma separated list |
@@ -25,2 +25,3 @@ # Lexer - style | ||
* **objectSort** - Sorts the named properties (keys) of object literals alphabetically. | ||
* **quote_convert** - Values: *none*, *double*, *single*. Whether quotes should be converted to double quote or single quote characters. The *none* value disables this option. | ||
@@ -27,0 +28,0 @@ ## Escaping code from the parser |
@@ -43,3 +43,3 @@ { | ||
}, | ||
"version": "2.3.26" | ||
"version": "2.3.27" | ||
} |
@@ -5,3 +5,3 @@ # Parse Framework | ||
## Version 2.3.26 | ||
## Version 2.3.27 | ||
Play around with this application [in your browser](http://prettydiff.com/parse-framework/runtimes/browsertest.xhtml). | ||
@@ -8,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3672442