Comparing version 5.5.0 to 5.6.0
@@ -11,5 +11,4 @@ # Changelog | ||
* `FEAT`: expose `getContext` on all hooks [`528cd1c0`](https://github.com/nikku/saxen/commit/528cd1c0bbc1f2a76812b626cce87b3362ab1bb3) | ||
* `FEAT`: expose `getContext` on all hooks [`634857b0`](https://github.com/nikku/saxen/commit/634857b0db8ac91d87520dfa6314cb67a4d05e5f) | ||
## 5.4.1 | ||
@@ -16,0 +15,0 @@ |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "5.5.0", | ||
"version": "5.6.0", | ||
"main": "./parser.js", | ||
@@ -20,0 +20,0 @@ "bugs": { |
@@ -388,2 +388,7 @@ 'use strict'; | ||
if (attrs[name]) { | ||
handleError('attribute <' + name + '> already defined'); | ||
return cachedAttrs = false; | ||
} | ||
if (!isNamespace) { | ||
@@ -390,0 +395,0 @@ attrs[name] = value; |
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
31875
762