Comparing version 1.2.16 to 1.2.17
@@ -380,3 +380,3 @@ 'use strict'; | ||
Parser.prototype._const = function () { | ||
Parser.prototype._const = function (noIn) { | ||
return this._node(Node.CONST, this._vardefs(noIn)); | ||
@@ -383,0 +383,0 @@ }; |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", | ||
@@ -92,2 +92,2 @@ "contributors": [ | ||
] | ||
} | ||
} |
@@ -14,2 +14,3 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
- Control flow with `<% %>` | ||
@@ -119,5 +120,7 @@ - Escaped output with `<%= %>` (escape function configurable) | ||
2. For bug reports and feature requests, open issues. :bug: | ||
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: | ||
## :memo: Documentation | ||
@@ -124,0 +127,0 @@ |
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
104211
183