@html-eslint/parser
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -17,3 +17,5 @@ /** | ||
parse(code) { | ||
const htmlAST = parse5.parse(code); | ||
const htmlAST = parse5.parse(code, { | ||
sourceCodeLocationInfo: true, | ||
}); | ||
return this.astCoverter.convert(htmlAST); | ||
@@ -20,0 +22,0 @@ } |
{ | ||
"name": "@html-eslint/parser", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "> TODO: description", | ||
@@ -24,3 +24,3 @@ "author": "yeonjuan", | ||
"scripts": { | ||
"test": "jest --coverage --verbose" | ||
"test": "jest --coverage --verbose --updateSnapshot" | ||
}, | ||
@@ -33,3 +33,3 @@ "bugs": { | ||
}, | ||
"gitHead": "c1e2ce6817479538c86471103877139b05404d16" | ||
"gitHead": "d1590cbc6732903ea5048ce12c57ef4611e5502e" | ||
} |
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
7597
282