-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add type for expressions #11373
Labels
quality/code
Violations from current rules for code, best practices, etc. Or just bad code.
team/studio
Comments
TomasEng
added
quality/code
Violations from current rules for code, best practices, etc. Or just bad code.
team/studio
labels
Oct 17, 2023
3 tasks
3 tasks
Blocked because ve are awaiting validation. Currently we have a raw text input without validation on the expressions, so they can truly be anything. |
Will be resolved by #12183. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
quality/code
Violations from current rules for code, best practices, etc. Or just bad code.
team/studio
Description
Dynamic expressions in Studio currently use the
any
type in Typescript because they are rather complicated. This makes them hard to work with in the code, so we should create a type that is as precise as possible.However, currently we do not have a good way to validate the expressions (at least those written free style which are evaluated as complex expression), so we first need to find a way to integrate the apps validation of expressions. Preferably as a shared package, but maybe by apps exposing it.
See discussion in this PR for information on the topic
The text was updated successfully, but these errors were encountered: