Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: correct issues with circular imports#4140

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bradzacher merged 1 commit intomasterfromfix/circular-imports
Nov 15, 2021

Conversation

armano2
Copy link
Collaborator

@armano2armano2 commentedNov 15, 2021
edited
Loading

PR Checklist

Overview

Ensure that we are not doing circular imports in code-base, this change has been extracted from#4108

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@armano2!

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 onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@netlify
Copy link

netlifybot commentedNov 15, 2021
edited
Loading

✔️ Deploy Preview fortypescript-eslint ready!

🔨 Explore the source changes:512e520

🔍 Inspect the deploy log:https://app.netlify.com/sites/typescript-eslint/deploys/6191c71df56a900008f27023

😎 Browse the preview:https://deploy-preview-4140--typescript-eslint.netlify.app

@armano2armano2 added package: eslint-pluginIssues related to @typescript-eslint/eslint-plugin package: scope-managerIssues related to @typescript-eslint/scope-manager performanceIssues regarding performance labelsNov 15, 2021
@nx-cloud
Copy link

nx-cloudbot commentedNov 15, 2021
edited
Loading

Nx Cloud Report

CI ran the following commands for commit512e520. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

StatusCommand
#000000Node 16.x - nx test @typescript-eslint/eslint-plugin-tslint
#000000Node 16.x - nx test @typescript-eslint/eslint-plugin
#000000Node 12.x - nx test @typescript-eslint/eslint-plugin-internal
#000000Node 12.x - nx test @typescript-eslint/eslint-plugin-tslint
#000000Node 12.x - nx test @typescript-eslint/eslint-plugin-tslint
#000000Node 12.x - nx test @typescript-eslint/eslint-plugin
#000000Node 12.x - nx test @typescript-eslint/eslint-plugin
#000000Node 14.x - nx test @typescript-eslint/eslint-plugin-tslint
#000000Node 14.x - nx test @typescript-eslint/eslint-plugin
#000000Node 12.x - nx run-many --target=typecheck --all --parallel
#000000Node 16.x - nx test @typescript-eslint/parser
#000000Node 16.x - nx test @typescript-eslint/experimental-utils
#000000Node 16.x - nx test @typescript-eslint/scope-manager
#000000Node 12.x - nx test @typescript-eslint/parser
#000000Node 14.x - nx test @typescript-eslint/parser
#000000Node 12.x - nx test @typescript-eslint/parser
#000000Node 12.x - nx test @typescript-eslint/experimental-utils
#000000Node 14.x - nx test @typescript-eslint/experimental-utils
#000000Node 12.x - nx test @typescript-eslint/experimental-utils
#000000Node 12.x - nx run-many --target=build --all --parallel --exclude website --exclude website

Sent with 💌 fromNxCloud.

@codecov
Copy link

codecovbot commentedNov 15, 2021
edited
Loading

Codecov Report

Merging#4140 (512e520) intomaster (87cfc6a) willdecrease coverage by0.43%.
The diff coverage is100.00%.

@@            Coverage Diff             @@##           master    #4140      +/-   ##==========================================- Coverage   93.14%   92.70%   -0.44%==========================================  Files         157      315     +158       Lines        8251    10124    +1873       Branches     2640     2906     +266     ==========================================+ Hits         7685     9385    +1700- Misses        192      306     +114- Partials      374      433      +59
FlagCoverage Δ
unittest92.70% <100.00%> (-0.44%)⬇️

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

Impacted FilesCoverage Δ
...s/eslint-plugin/src/rules/no-restricted-imports.ts96.49% <ø> (ø)
...s/eslint-plugin/src/util/collectUnusedVariables.ts91.94% <100.00%> (ø)
packages/eslint-plugin/src/util/isTypeReadonly.ts94.44% <100.00%> (+0.07%)⬆️
...ges/scope-manager/src/referencer/PatternVisitor.ts68.29% <100.00%> (ø)
packages/eslint-plugin-tslint/src/custom-linter.ts100.00% <0.00%> (ø)
...s/scope-manager/src/lib/es2020.symbol.wellknown.ts100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2016.ts100.00% <0.00%> (ø)
packages/scope-manager/src/lib/esnext.string.ts100.00% <0.00%> (ø)
packages/scope-manager/src/variable/Variable.ts100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2020.intl.ts100.00% <0.00%> (ø)
... and152 more

@bradzacherbradzacher merged commit4c87b24 intomasterNov 15, 2021
@bradzacherbradzacher deleted the fix/circular-imports branchNovember 15, 2021 07:36
This was referencedNov 16, 2021
This was referencedNov 22, 2021
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsDec 16, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@JoshuaKGoldbergJoshuaKGoldbergJoshuaKGoldberg approved these changes

Assignees
No one assigned
Labels
package: eslint-pluginIssues related to @typescript-eslint/eslint-pluginpackage: scope-managerIssues related to @typescript-eslint/scope-managerperformanceIssues regarding performance
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@armano2@JoshuaKGoldberg@bradzacher

[8]ページ先頭

©2009-2025 Movatter.jp