Skip to content

Commit 3f97d77

Browse files
authored
chore(nodejs): extract transport and buffer from sender, add back support for core http (#48)
1 parent a1915db commit 3f97d77

25 files changed

+3958
-3184
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ coverage
33
.idea
44
*.iml
55
.DS_Store
6-
certs
76
dist

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "bunchee",
88
"eslint": "eslint src/**",
99
"typecheck": "tsc --noEmit",
10+
"format": "prettier --write '{src,test}/**/*.{ts,js,json}'",
1011
"docs": "pnpm run build && jsdoc ./dist/cjs/index.js README.md -d docs",
1112
"preview:docs": "serve docs"
1213
},

0 commit comments

Comments
 (0)