PromucFlow_constructor/app/client/packages/ast/src
Ashit Rath aaadbc675f
chore: add isError to return value of extractIdentifierInfoFromCode in AST (#35525)
## Description
Adds an isError flag to know if there is a syntax error while parsing

PR for https://github.com/appsmithorg/appsmith-ee/pull/4547

## Automation

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

### 🔍 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/10295486363>
> Commit: d69958d73ceb625ce82101ee98e5c81fe3d46697
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10295486363&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.All`
> Spec:
> <hr>Thu, 08 Aug 2024 06:45: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 new `isError` property in the identifier information
interface, enhancing error reporting during code extraction.

- **Bug Fixes**
- Updated extraction function to properly set the `isError` property
based on success or `SyntaxError`, improving clarity on extraction
outcomes.

- **Tests**
- Enhanced test cases by incorporating the `isError` property, improving
clarity on expected outcomes and robustness of the testing framework.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-08-08 13:46:12 +05:30
..
actionCreator feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
constants chore: Compute default value for jsaction params (#34708) 2024-07-15 21:01:42 +05:30
jsObject chore: Compute default value for jsaction params (#34708) 2024-07-15 21:01:42 +05:30
peekOverlay chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
typings chore: move local dependency to packages (#23395) 2023-05-22 15:55:46 +03:00
index.test.ts chore: Compute default value for jsaction params (#34708) 2024-07-15 21:01:42 +05:30
index.ts chore: add isError to return value of extractIdentifierInfoFromCode in AST (#35525) 2024-08-08 13:46:12 +05:30
utils.ts fix: improve autocompletion hints discovery (#28222) 2023-10-25 18:18:45 +01:00