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

revert(#111): remove scc #118

Merged
merged 2 commits into from
Jul 23, 2024
Merged

revert(#111): remove scc #118

merged 2 commits into from
Jul 23, 2024

Conversation

SukkaW
Copy link
Collaborator

@SukkaW SukkaW commented Jul 23, 2024

Reverts #111

See also #113

The introduction of SCC causes extra overhead that overcomes the early return it introduced.


Instead of doing SCC, I am implementing the no-cycle-next rule using the graph. It won't be backward compatible with the current rule no-cycle. The current no-cycle rule will become no-cycle-legacy in the next major version.

Copy link

changeset-bot bot commented Jul 23, 2024

🦋 Changeset detected

Latest commit: c62bf07

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-plugin-import-x Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codesandbox-ci bot commented Jul 23, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@SukkaW SukkaW merged commit 0307ff2 into master Jul 23, 2024
28 checks passed
@SukkaW SukkaW deleted the revert-111-perf-no-cycle branch July 23, 2024 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant