elematic / heximal

Heximal is a web-based interactive document and notebook system
MIT License
117 stars 1 forks source link

[expressions] Add getValue API to lookup property value #13

Open brsanthu opened 1 week ago

brsanthu commented 1 week ago

This PR extracts logic to get property value into separate API and uses that API to do property access. This enables users to override property access to support non-standard access patterns.

Fixes #12

brsanthu commented 1 week ago

@justinfagnani Appreciate if you can review and add any feedback.