@html-eslint/parser
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -16,2 +16,8 @@ const utils = require("./utils"); | ||
...utils.toESLocation(sourceCodeLocation, childNodes), | ||
startTag: (sourceCodeLocation && sourceCodeLocation.startTag) ? { | ||
...utils.toESLocation(sourceCodeLocation.startTag), | ||
} : null, | ||
endTag: (sourceCodeLocation && sourceCodeLocation.endTag) ? { | ||
...utils.toESLocation(sourceCodeLocation.endTag), | ||
}: null, | ||
...(type === "Program" | ||
@@ -18,0 +24,0 @@ ? { |
{ | ||
"name": "@html-eslint/parser", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "> TODO: description", | ||
@@ -32,3 +32,3 @@ "author": "yeonjuan", | ||
}, | ||
"gitHead": "d1590cbc6732903ea5048ce12c57ef4611e5502e" | ||
"gitHead": "9e2b5aca74ef2b3a347d09b2bc0f06d8d2cc4050" | ||
} |
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
7886
288