@cspell/dict-typescript
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.19](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-typescript@1.0.18...@cspell/dict-typescript@1.0.19) (2021-05-27) | ||
### Bug Fixes | ||
* [#436](https://github.com/streetsidesoftware/cspell-dicts/issues/436) ([#437](https://github.com/streetsidesoftware/cspell-dicts/issues/437)) ([e38b0c0](https://github.com/streetsidesoftware/cspell-dicts/commit/e38b0c06e5857ee201ed4d70c14143b30ed1d94f)) | ||
## [1.0.18](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-typescript@1.0.17...@cspell/dict-typescript@1.0.18) (2021-05-25) | ||
@@ -8,0 +19,0 @@ |
@@ -42,5 +42,5 @@ // cSpell Settings | ||
// Adding patterns to the "includeRegExpList" to only include matching patterns | ||
"includeRegExpList": ["js-hex-escape", "js-unicode-escape"], | ||
"includeRegExpList": [], | ||
// To exclude patterns, add them to "ignoreRegExpList" | ||
"ignoreRegExpList": [], | ||
"ignoreRegExpList": ["js-hex-escape", "js-unicode-escape"], | ||
// regex patterns than can be used with ignoreRegExpList or includeRegExpList | ||
@@ -47,0 +47,0 @@ // Example: "pattern": [{ "name": "mdash", "pattern": "—" }] |
{ | ||
"name": "@cspell/dict-typescript", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/typescript#readme", | ||
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/typescript#readme", | ||
"files": [ | ||
@@ -41,3 +41,3 @@ "typescript.txt.gz", | ||
], | ||
"gitHead": "a2e9472aaa96e1836f5f0ccea232249685c80ed9" | ||
"gitHead": "4f7327f1a8831af19afaffe24019ee47c0855220" | ||
} |
19621