A pure data model representing the UI5 SDK. Other packages in this mono repo will perform logic and computations on this data model to implement editor functionality such as content-assist or validations.
With npm:
npm install @ui5-language-assistant/semantic-model
With Yarn:
yarn add @ui5-language-assistant/semantic-model
This package only exposes programmatic APIs, import the package and use the exported APIs defined in api.d.ts.
Please open issues on github.
See CONTRIBUTING.md.