Skip to content

Commit

Permalink
🐛 fix: 修复get等方法类型标注时,会将header参数放入params 💥 feat: 添加windows的ts测试 (#111)
Browse files Browse the repository at this point in the history
* 🐛 fix: 修复post和ge等方法类型标注时,会将header参数放入params
💥 feat: 添加windows的ts测试

* 🐛 fix: 将rimraf包还原
  • Loading branch information
Lands-1203 committed Jul 17, 2023
1 parent b035170 commit b9cb940
Show file tree
Hide file tree
Showing 5 changed files with 10,762 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"localConvert4Project": "rm -rf ./test/servers/ ./test/file-servers/ && npm run build && cd ./test && node ./test.js && cd .. && rm -rf /Users/fd/wj/psp-web-pro/src/services/wj && mv ./test/servers/api/ /Users/fd/wj/psp-web-pro/src/services/wj",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish --any-branch",
"start": "tsc -w",
"test": "rm -rf ./test/servers/ ./test/file-servers/ && npm run build && cd ./test && node ./test.js && cd .."
"test": "rm -rf ./test/servers/ ./test/file-servers/ && npm run build && cd ./test && node ./test.js && cd ..",
"test:windows": "rimraf ./test/servers/ ./test/file-servers/ && ts-node ./test/test.ts --project tsconfig.json && cd .."
},
"dependencies": {
"@umijs/fabric": "^2.5.6",
Expand All @@ -42,6 +43,7 @@
"@types/express": "^4.17.11",
"@types/node": "^14.14.22",
"np": "^7.2.0",
"tslib": "^2.6.0",
"typescript": "^4.1.3"
}
}
}
Loading

0 comments on commit b9cb940

Please sign in to comment.