Comparing version 2.1.0 to 2.1.1
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -105,4 +105,13 @@ 'use strict'; | ||
tokenizer._leaveAttrName = function (toState) { | ||
tokenizerProto._leaveAttrName.call(this, toState); | ||
this._attachCurrentAttrLocationInfo(); | ||
}; | ||
tokenizer._leaveAttrValue = function (toState) { | ||
tokenizerProto._leaveAttrValue.call(this, toState); | ||
this._attachCurrentAttrLocationInfo(); | ||
}; | ||
tokenizer._attachCurrentAttrLocationInfo = function () { | ||
this.currentAttrLocation.endOffset = this.preprocessor.pos; | ||
@@ -109,0 +118,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "parse5", | ||
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -0,0 +0,0 @@ <p align="center"> |
Sorry, the diff of this file is too big to display
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
380049
7380