-
Notifications
You must be signed in to change notification settings - Fork 4
fix(visitors): use tsconfig.json if exists in checking function types #258
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Renovate Bot <[email protected]>
merge master into develop
Co-authored-by: Renovate Bot <[email protected]>
* chore(deps): update typescript-eslint monorepo to v3 * chore(*): update submodules * chore(*): disable rule '@typescript-eslint/camelcase' * chore(*): update eslint rules * disable '@typescript-eslint/explicit-module-boundary-types' * enable '@typescript-eslint/naming-convention' Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Kosaku Kimura <[email protected]>
* fix(deps): update babel monorepo to ^7.10.3 * fix(visitors): fix type guards * chore(examples): update submodules * chore(testing): use .mocharc.js * chore(lint): ignore package.json and package-lock.json * feat(visitors): improve type checking for general-callback functions * chore(testing): fix glob pattern Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Kosaku Kimura <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
* chore(deps): update dependency @types/js-yaml to v3.12.5 * chore(index): add type assertion for ServerlessConfig Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Kosaku Kimura <[email protected]>
* refactor: remove useless guard * fix(visitor): correctly assume typing names of scoped modules
…#257) * fix(visitors): use tsconfig.json if exists in checking function types * chore(tsconfig): remove typeRoots
Codecov Report
@@ Coverage Diff @@
## master #258 +/- ##
==========================================
+ Coverage 74.98% 78.46% +3.48%
==========================================
Files 26 26
Lines 1371 1379 +8
Branches 289 286 -3
==========================================
+ Hits 1028 1082 +54
+ Misses 226 188 -38
+ Partials 117 109 -8
|
github-actions bot
pushed a commit
that referenced
this pull request
Jul 6, 2020
## [0.4.3](v0.4.2...v0.4.3) (2020-07-06) ### Bug Fixes * **visitors:** use tsconfig.json if exists in checking function types ([#258](#258)) ([5806bf6](5806bf6)), closes [#175](#175) [#176](#176) [#181](#181) [#191](#191) [#235](#235) [#246](#246) [#236](#236) [#243](#243) [#249](#249) [#252](#252) [#255](#255) [#257](#257)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.