PromucFlow_constructor/app/client/src/plugins/Linting
Hetu Nandu 1a60eaaf89
fix: Reduce cycle deps by removing wrong exports (#39268)
## Description

Remove specific cycle dependencies created because a file was both
importing and exporting items it does not modify.

By reducing cycle dependencies here, I am buying credits that allow
adding cycle dependencies in another PR but very hard to avoid

This PR reduces the deps by 4

EE PR: https://github.com/appsmithorg/appsmith-ee/pull/6214

PR which adds the cycle deps:
https://github.com/appsmithorg/appsmith/pull/39100


## Automation

/ok-to-test tags="@tag.Sanity"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/13324385763>
> Commit: 34a0f459b27963531adf851f198903cf0831b719
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13324385763&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Fri, 14 Feb 2025 07:54:00 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced a “Show More” option in the code editor’s command palette
for additional suggestions.
- Enabled default expansion for table widget panels to improve content
visibility.

- **Refactor**
- Consolidated entity and type management for a more consistent and
maintainable platform.

- **Improvements**
- Enhanced widget behavior with dynamic updates in dropdowns, file
pickers, and map styling for a smoother user experience.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-14 18:26:31 +05:30
..
customRules feat: custom eslint rule infra (#38345) 2025-01-02 17:41:55 +05:30
handlers chore: add telemetry for current linter (#36417) 2024-09-20 11:59:08 +08:00
lib/entity chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
linters chore: add telemetry for current linter (#36417) 2024-09-20 11:59:08 +08:00
tests chore: Refactoring usage of editorType to ideType to remove code duplication (#38778) 2025-01-21 15:24:06 +05:30
utils fix: Reduce cycle deps by removing wrong exports (#39268) 2025-02-14 18:26:31 +05:30
constants.ts chore: Move entities/IDE/constants (#39064) 2025-02-07 16:45:55 +05:30
globalData.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
Linter.ts fix: change appsmith alias (#35349) 2024-08-06 17:52:22 +03:00
lintTree.ts chore: add telemetry for current linter (#36417) 2024-09-20 11:59:08 +08:00
types.ts chore: add grafana faro sdk (CE) (#38301) 2024-12-26 10:37:41 +05:30