Skip to content

Commit 40faad7

Browse files
committed
Add node types
1 parent 7fe6c3b commit 40faad7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@types/jest": "^30.0.0",
39+
"@types/node": "^24.9.2",
3940
"@typescript-eslint/eslint-plugin": "^8.46.0",
4041
"@typescript-eslint/parser": "^8.46.0",
4142
"dotenv": "^17.2.3",

tests/bundle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { spawnSync } from "child_process";
1+
import { spawnSync } from "node:child_process";
22

33
const IMPORT = `{ Tokenizer }`;
44
const MODULE_NAME = "@huggingface/tokenizers";

0 commit comments

Comments
 (0)