-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Improve Typescript implementation #152
Conversation
Pull Request Test Coverage Report for Build 284
💛 - Coveralls |
@@ -1,17 +1,19 @@ | |||
{ |
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.
Please help me exclude node_modules 🥰
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.
What do you wanna achieve? Just setting skipLibsCheck
to true
?
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.
I wanna speed up the compilation, but maybe lead to type riskies. So keep as it 😃
Great work, @realityking. Thanks a lot. |
🎉 This PR is included in version 6.3.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* Move generated validators to src/ to simplify set-up and validate more types * Use ts-node to run tests directly of the Typescript source * Don't compile tests during build and simplify the shipped directory structure * Don't generate sourcemaps for dist builds
* Move generated validators to src/ to simplify set-up and validate more types * Use ts-node to run tests directly of the Typescript source * Don't compile tests during build and simplify the shipped directory structure * Don't generate sourcemaps for dist builds
Very cool to see #147 merged. I'd like to offer a few improvements
src
folder underdist
, keeping a flatter file structure by compiling only the tests.d.ts
filets-node
to run tests directly of the Typescript codeIt might be easier to review this commit by commit.