Skip to content

Commit 32bd1a2

Browse files
authored
Merge pull request #12692 from dnalborczyk/spellcheck
chore: move unknown word to cspell.json
2 parents 05768d9 + bd5e4dd commit 32bd1a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"submodules",
2424
"typeof",
2525
"devtool",
26+
"wasi",
2627
"wasm",
2728
"webassembly",
2829
"IIFE",

lib/node/NodeTargetPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const builtins = [
5252
"util",
5353
"v8",
5454
"vm",
55-
"wasi", // cSpell:ignore wasi
55+
"wasi",
5656
"worker_threads",
5757
"zlib"
5858
];

0 commit comments

Comments
 (0)