@html-eslint/parser
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -111,11 +111,4 @@ "use strict"; | ||
//NOTE: any U+000A LINE FEED (LF) characters that immediately follow a U+000D CARRIAGE RETURN (CR) character | ||
//must be ignored. | ||
if (this.skipNextNewLine && cp === $.LINE_FEED) { | ||
this.skipNextNewLine = false; | ||
this._addGap(); | ||
return this.advance(); | ||
} | ||
//NOTE: all U+000D CARRIAGE RETURN (CR) characters must be converted to U+000A LINE FEED (LF) characters | ||
//NOTE: all U+000D CARRIAGE RETURN (CR) characters must be converted to U+000A LINE FEED (LF) characters. | ||
// Following LINE FEED (LF) is not ignored to keep index intact. | ||
if (cp === $.CARRIAGE_RETURN) { | ||
@@ -122,0 +115,0 @@ this.skipNextNewLine = true; |
{ | ||
"name": "@html-eslint/parser", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Parser for @html-eslint/eslint-plugin", | ||
@@ -32,3 +32,3 @@ "author": "yeonjuan", | ||
}, | ||
"gitHead": "d7acca5d9d0517cc44085901e71e57e81704bcb7" | ||
"gitHead": "1df1923b655563738947e88da159f8f772f94265" | ||
} |
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
372409
26928