Skip to content

Commit

Permalink
fix: Add corepack to tools (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Nov 3, 2024
1 parent 671ccdc commit 6130c25
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dictionaries/node/checksum.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
8778e55793e8db7b9f3f6e547393e56433f81862 dict/node.txt
ddc86468b6dcdc43b1f19c49e08a1d8ac99369f4 src/additional_words.txt
abd6a187fe25f8bb23657e1e964cd4ab01e71545 dict/node.txt
18f4e37dcfd51f254c17ebfeb9f8a549d349554b src/additional_words.txt
d9616cf2cb9ed4e77ef6bfaa0d092d44e915205f src/exclude_words.txt
70fd3aae7c5efb478431af48d5b0219477767c41 src/node.txt
8 changes: 7 additions & 1 deletion dictionaries/node/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@
"dictionaries": [],
"languageSettings": [
{
"languageId": "javascript,typescript",
"languageId": "javascript,typescript,javascriptreact,typescriptreact",
"locale": "*",
"includeRegExpList": [],
"ignoreRegExpList": [],
"dictionaries": ["node"],
"dictionaryDefinitions": []
}
],
"overrides": [
{
"filename": "**/package.json",
"dictionaries": ["node"]
}
]
}
1 change: 1 addition & 0 deletions dictionaries/node/dict/node.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dictionaries/node/src/additional_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ consectetur
contextifies
contextify
contextifying
corepack
cryptopro
Datagram
datatypes
Expand Down
10 changes: 5 additions & 5 deletions dictionaries/node/src/node.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2236,9 +2236,9 @@ dns.NOTINITIALIZED
dns.promises
dns.REFUSED
dns.resolve()
dns.resolve(hostname[, rrtype], callback)
dns.resolve*()
dns.resolve*()/dns.reverse()
dns.resolve(hostname[, rrtype], callback)
dns.resolve4()
dns.resolve4(hostname[, options], callback)
dns.resolve6()
Expand Down Expand Up @@ -3125,8 +3125,8 @@ getSource(url, context, defaultGetSource)
https://
https://example.com/app.js
import
import { sep } from path
import * as m from cjs
import { sep } from path
import.meta
import.meta.resolve
import.meta.resolve(specifier[, parent])
Expand Down Expand Up @@ -5157,7 +5157,6 @@ y.js
[out] type
[out] version
[out] words
+Infinity
abort
added in:
addon_node.c
Expand Down Expand Up @@ -5218,6 +5217,7 @@ handle
hello
hook
index
+Infinity
init
Init
initial_thread_count
Expand Down Expand Up @@ -6243,14 +6243,14 @@ true
--trace-warnings
--unhandled-rejections
--v8-options
*-deprecation
-r
...args
./configure
.catch(() => { })
.tar.gz
.unref()
[seconds, nanoseconds]
*-deprecation
/etc/group
128 + signal number
add()
Expand Down Expand Up @@ -9307,7 +9307,6 @@ worker.workerData
# From src/api/zlib.md
.flush()
.write()
*Sync
1 << NPOSTFIX
1 << windowBits
15 << NPOSTFIX
Expand Down Expand Up @@ -9376,6 +9375,7 @@ require( zlib )
require( zlib ).constants
strategy
stream.Transform
*Sync
Transform
true
TypedArray
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/npm/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"languageSettings": [
{
"languageId": "javascript,typescript",
"languageId": "javascript,typescript,javascriptreact,typescriptreact",
"locale": "*",
"dictionaries": ["npm"]
}
Expand Down
1 change: 1 addition & 0 deletions dictionaries/software-terms/dict/softwareTerms.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dictionaries/software-terms/src/software-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ codeql
codicon
codicons
conda
corepack
CouchDB
Crashlytics
cron
Expand Down

0 comments on commit 6130c25

Please sign in to comment.