Skip to content
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

Merge dyn-prop into main: Add support for dynamically using fields #262

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

stevehalliwell
Copy link
Owner

Add support for get and set of fields via an expression rather than identifier, primarily useful for using indexing values on a dynamic object being using as a map/datastore.

makes GET_PROP an optimisation for identifiers rather than expressions
makes SET_PROP an optimisation for identifiers rather than expressions
@coveralls
Copy link

Coverage Status

coverage: 95.937% (+0.04%) from 95.9%
when pulling 10b5c23 on dyn-prop
into 62ad87d on main.

@stevehalliwell stevehalliwell merged commit cffdd77 into main Jun 24, 2024
4 checks passed
@stevehalliwell stevehalliwell deleted the dyn-prop branch June 24, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants