You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
Hmm, I think the only thing about that to me is that the resulting AST has a semantic meaning, just one that existing tools won't like.
I think it'd be best to transform the semantic meaning into a valid one (ie, actually expose $$ng.pipe to users and everything), or create an extension to the AST so that existing tools know that they need to be extended with visitPipe etc before they can work.
The text was updated successfully, but these errors were encountered:
* Add a formal parser for micro expressions
Closes#15
* A bunch of pre 0.2.0 fixes
* Implement custom `PipeExpression` AST
Closes#16
* Update CHANGELOG
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Potentially add a
PipeExpression
type so avisitPipe
can be added for tooling.@MichaelRFairhurst on #11:
The text was updated successfully, but these errors were encountered: