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

Removed Lexer() from template-gatherer due to aurelia-binding 2.0.0 #790

Merged
merged 1 commit into from
Jul 25, 2018
Merged

Conversation

jawa-the-hutt
Copy link
Contributor

aurelia-binding 2.0.0 included PR #679 that significantly updated the Parsing subsystem. In doing so, the submitter merged the Lexer() functions into the Parser() functions, so this library needs it's reference to Lexer in the template-gatherer VM to be addressed.

This PR removes the Lexer() function and replaces it with a straight Parser() function. In updating to aurelia-binding 2.0.0, you'll find this required many other packages to be also updated. I've attempted to validate as much as possible that everything works in the Demo App and all built in tests have passed to this point.

@arnederuwe
Copy link
Contributor

Thanks for contributing!
I'll have a look this weekend. I'm long overdue with releasing a new version so I will merge this then and release right away

@arnederuwe arnederuwe merged commit cc5731c into aurelia-ui-toolkits:master Jul 25, 2018
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