SAP / ui5-language-assistant

VSCode Extension and Editor Tooling for SAPUI5
Apache License 2.0
53 stars 25 forks source link

fix: validate prop binding with exp binding #713

Open marufrasully opened 1 month ago

marufrasully commented 1 month ago

Issue: Currently if expression binding is used along with property binding info, property binding info was ignored (no LSP support). Code example

<Button id="test" text="{= ${/actionButtonsInfo/midColumn/closeColumn} !== null } {parts: [' '] }"></Text>

This PR solves that issue.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 263c32bbb18d3cd8151aae96e6a44073b81140a1

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

This PR includes changesets to release 6 packages | Name | Type | | ------------------------------------------------------------- | ----- | | @ui5-language-assistant/vscode-ui5-language-assistant-bas-ext | Patch | | vscode-ui5-language-assistant | Patch | | @ui5-language-assistant/binding-parser | Patch | | @ui5-language-assistant/binding | Patch | | @ui5-language-assistant/xml-views-definition | Patch | | @ui5-language-assistant/language-server | 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