@cspell/dict-typescript
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -10,3 +10,3 @@ // cSpell Settings | ||
"name": "typescript", | ||
"file": "./typescript.txt.gz", | ||
"path": "./typescript.txt.gz", | ||
"description": "TypeScript and JavaScript dictionary for cspell." | ||
@@ -23,3 +23,3 @@ } | ||
"pattern": "/\\\\x[a-f0-9]{2}/gi", | ||
"description": "Javascript String Hexadecimal Escape sequence." | ||
"description": "JavaScript String Hexadecimal Escape sequence." | ||
}, | ||
@@ -29,3 +29,8 @@ { | ||
"pattern": "/\\\\u[a-f0-9]{4}/gi", | ||
"description": "Javascript String Unicode Escape sequence." | ||
"description": "JavaScript String Unicode Escape sequence." | ||
}, | ||
{ | ||
"name": "js-regexp-flags", | ||
"pattern": "/\\/[dgimsuy]{1,7}\\b(?=(?:\\.flags\\b)|\\s*$|[;),])/g", // cspell:ignore dgimsuy | ||
"description": "JavaScript Match Regular Expression Flags" | ||
} | ||
@@ -47,3 +52,3 @@ ], | ||
// To exclude patterns, add them to "ignoreRegExpList" | ||
"ignoreRegExpList": ["js-hex-escape", "js-unicode-escape"], | ||
"ignoreRegExpList": ["js-hex-escape", "js-unicode-escape", "js-regexp-flags"], | ||
// regex patterns than can be used with ignoreRegExpList or includeRegExpList | ||
@@ -50,0 +55,0 @@ // Example: "pattern": [{ "name": "mdash", "pattern": "—" }] |
{ | ||
"name": "@cspell/dict-typescript", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "4f7327f1a8831af19afaffe24019ee47c0855220" | ||
"gitHead": "9e3674306f08bbb0c68df1a1c67628bf7ca8869b" | ||
} |
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
60
16223
5