angular_ast
angular_ast copied to clipboard
Implement expressions more explicitly for pipes
trafficstars
Not a trivial process; there are changes made within the angular_ast already to define the new Pipe expression, but implementing it is proving to be troublesome due to circular dependency issue with the analyzer library.
May have to potentially reach out to analyzer team to figure out the best solution.