Skip to content
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(experimental-utils): add missing signature for isParenthesized #3887

Merged
merged 1 commit into from Sep 20, 2021

Conversation

rafaelss95
Copy link
Contributor

Fixes #3885.

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @rafaelss95!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@bradzacher bradzacher added the bug Something isn't working label Sep 14, 2021
@codecov
Copy link

codecov bot commented Sep 14, 2021

Codecov Report

Merging #3887 (00cdb2c) into master (b1df817) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3887      +/-   ##
==========================================
- Coverage   92.70%   92.61%   -0.10%     
==========================================
  Files         329      190     -139     
  Lines       11534     8662    -2872     
  Branches     3257     2663     -594     
==========================================
- Hits        10693     8022    -2671     
+ Misses        368      261     -107     
+ Partials      473      379      -94     
Flag Coverage Δ
unittest 92.61% <100.00%> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...l-utils/src/ast-utils/eslint-utils/astUtilities.ts 100.00% <100.00%> (ø)
...e-manager/src/definition/TSEnumMemberDefinition.ts
...ckages/scope-manager/src/referencer/VisitorBase.ts
packages/scope-manager/src/variable/Variable.ts
packages/scope-manager/src/analyze.ts
packages/scope-manager/src/lib/es2018.intl.ts
...-estree/src/create-program/createDefaultProgram.ts
...ages/scope-manager/src/lib/es2016.array.include.ts
...scope-manager/src/definition/VariableDefinition.ts
...es/scope-manager/src/scope/ConditionalTypeScope.ts
... and 130 more

Copy link
Member

@bradzacher bradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusing docs for isParenthesized
2 participants