@emmetio/extract-abbreviation
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -248,3 +248,3 @@ 'use strict'; | ||
const specialChars = new Set('#.*:$-_!@%^+>'.split('').map(code)); | ||
const specialChars = new Set('#.*:$-_!@%^+>/'.split('').map(code)); | ||
const bracePairs = new Map() | ||
@@ -251,0 +251,0 @@ .set(SQUARE_BRACE_L, SQUARE_BRACE_R) |
@@ -246,3 +246,3 @@ /** | ||
const specialChars = new Set('#.*:$-_!@%^+>'.split('').map(code)); | ||
const specialChars = new Set('#.*:$-_!@%^+>/'.split('').map(code)); | ||
const bracePairs = new Map() | ||
@@ -249,0 +249,0 @@ .set(SQUARE_BRACE_L, SQUARE_BRACE_R) |
{ | ||
"name": "@emmetio/extract-abbreviation", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Extracts Emmet abbreviation from string", | ||
@@ -5,0 +5,0 @@ "main": "dist/extract-abbreviation.cjs.js", |
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
18471