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

Allow template string expansion to be customised. #10

Open
metasansana opened this issue Feb 28, 2018 · 0 comments
Open

Allow template string expansion to be customised. #10

metasansana opened this issue Feb 28, 2018 · 0 comments

Comments

@metasansana
Copy link
Contributor

Sample property fragment:

{
    "type": "${types.mainType}"
}

The types.MainType will be looked up on the context using the property-seek module. Instead, we
should allow for this behavior to be delegated to a user provided function so that using template
strings becomes easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant