Skip to content

Commit b6e9acc

Browse files
authored
Merge pull request #3 from cto-af/refactor
refactor
2 parents 26aa9bf + a40ec19 commit b6e9acc

File tree

8 files changed

+237
-1094
lines changed

8 files changed

+237
-1094
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"scripts": {
2222
"clean": "rm -rf coverage docs lib",
2323
"lint": "eslint .",
24-
"pretest": "tsup --sourcemap inline",
24+
"pretest": "tsc --inlineSourceMap",
2525
"test": "c8 node --test",
26-
"posttest": "tsup --silent",
26+
"posttest": "tsc",
2727
"docs": "typedoc",
28-
"ts": "tsup",
28+
"ts": "tsc",
2929
"build": "npm run test && npm run lint && npm run docs && npm pack --dry-run"
3030
},
3131
"devDependencies": {
@@ -35,10 +35,9 @@
3535
"eslint-plugin-jsdoc": "50.6.11",
3636
"eslint-plugin-markdown": "5.1.0",
3737
"nodemark": "0.3.0",
38-
"tsup": "8.4.0",
3938
"typedoc": "0.28.3",
4039
"typescript": "5.8.3",
41-
"typescript-eslint": "8.31.0"
40+
"typescript-eslint": "8.31.1"
4241
},
4342
"packageManager": "pnpm@10.10.0",
4443
"engines": {

pnpm-lock.yaml

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

src/bytestream.ts

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)