Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-typescript

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-typescript - npm Package Compare versions

Comparing version 3.1.10 to 3.1.11

42

cspell-ext.json

@@ -1,6 +0,5 @@

// cSpell Settings
{
"id": "typescript",
"name": "TypeScript",
"description": "TypeScript and JavaScript dictionary for cspell.",
"description": "TypeScript and JavaScript dictionary for CSpell.",
"readonly": true,

@@ -12,8 +11,5 @@ // List of dictionary files to add to the global list of dictionaries

"path": "./dict/typescript.txt",
"description": "TypeScript and JavaScript dictionary for cspell."
"description": "TypeScript and JavaScript dictionary for CSpell."
}
],
// Dictionaries to always be used.
// Generally left empty
"dictionaries": [],
// Patterns

@@ -37,27 +33,21 @@ "patterns": [

],
// Language Rules to apply to matching files.
// Files are matched on `languageId` and `locale`
"languageSettings": [
{
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex
// * will match against any file type.
"languageId": "typescript,javascript,typescriptreact,javascriptreact,mdx",
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals.
// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"languageId": "typescript,javascript,typescriptreact,javascriptreact,mdx,astro",
"locale": "*",
// By default the whole text of a file is included for spell checking
// Adding patterns to the "includeRegExpList" to only include matching patterns
"includeRegExpList": [],
// To exclude patterns, add them to "ignoreRegExpList"
"ignoreRegExpList": ["js-hex-escape", "js-unicode-escape", "js-regexp-flags"],
// regex patterns than can be used with ignoreRegExpList or includeRegExpList
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }]
// This could be included in "ignoreRegExpList": ["mdash"]
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["typescript"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
"dictionaries": ["typescript"]
},
{
"languageId": "astro",
"dictionaries": ["html", "html-symbol-entities"]
}
]
],
"overrides": [
{
"filename": "**/*.astro",
"languageId": "astro" // set the file type to be Astro
}
],
"enabledLanguageIds": ["astro"]
}

@@ -10,2 +10,3 @@

ArrayBuffer
Astro
AsyncFunction

@@ -12,0 +13,0 @@ Atomics

{
"name": "@cspell/dict-typescript",
"version": "3.1.10",
"version": "3.1.11",
"description": "TypeScript and JavaScript dictionary for cspell.",

@@ -42,3 +42,3 @@ "publishConfig": {

],
"gitHead": "09ecd8c67c471bfc64a9ad783c303f30d820fb67"
"gitHead": "38636d5320b67733d319a5e77ae8de68f52ff631"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc