-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: build-tsConfig #393
fix: build-tsConfig #393
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #393 +/- ##
==========================================
+ Coverage 86.16% 86.48% +0.31%
==========================================
Files 77 77
Lines 2046 2057 +11
Branches 124 124
==========================================
+ Hits 1763 1779 +16
+ Misses 261 256 -5
Partials 22 22
Continue to review full report at Codecov.
|
const cwd = path.join(__dirname, '../../fixtures/ts-dir-no-config'); | ||
await builder.run({ | ||
cwd, | ||
argv: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
命令行参数是 object 的话会如何使用呢?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
命令行只支持传入tsconfig文件路径 (project)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
命令行是不是得判断下,如果是字符串,parse 一下?
fix build-tsConfig