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

Add full transformer and selector support #22

Merged
merged 6 commits into from
Aug 25, 2017
Merged

Conversation

erwinvaneyk
Copy link
Member

This PR adds support for expressions, which can consist of selectors (e.g. $.Invocation.Inputs.default), transformers (e.g. $.Invocation.Inputs.default.toUpperCase()) and literals (e.g. "hello world").

The current implementation relies on using JavaScript using the Otto JavaScript Interpreter.

Additionally, a structured approach to parsing and formatting TypedValues is implemented.

@erwinvaneyk erwinvaneyk force-pushed the convert-types-fission branch from 303fe30 to fa9d4b7 Compare August 25, 2017 06:54
@erwinvaneyk erwinvaneyk force-pushed the convert-types-fission branch from fa9d4b7 to f51b26d Compare August 25, 2017 06:57
@erwinvaneyk erwinvaneyk merged commit 25d97c3 into master Aug 25, 2017
@erwinvaneyk erwinvaneyk deleted the convert-types-fission branch August 25, 2017 07:04
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.

1 participant