angular-html-parser
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "angular-html-parser", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A HTML parser extracted from Angular with some modifications", | ||
@@ -5,0 +5,0 @@ "main": "./lib/angular-html-parser/src/index.js", |
@@ -76,2 +76,6 @@ # angular-html-parser | ||
tokenizeAngularBlocks?: boolean, | ||
/** | ||
* tokenize angular let declaration syntax | ||
*/ | ||
tokenizeAngularLetDeclaration?: boolean, | ||
} | ||
@@ -78,0 +82,0 @@ ``` |
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
295734
108