ember-polyfills / ember-angle-bracket-invocation-polyfill

MIT License
76 stars 33 forks source link

Add support for nested invocation with `::` #59

Closed rtablada closed 5 years ago

rtablada commented 5 years ago

@rwjblue yeah I didn't see that I only had run default try scenario and didn't catch. I wondered if the AST was noop in 3.4+.

Updating to the two AST approach.

rwjblue commented 5 years ago

@rtablada - Ready for review, lemme know what you think...

Also, you can poke at the transform and see it "live" here:

https://astexplorer.net/#/gist/0590eb883edfcd163b183514df4cc717

rtablada commented 5 years ago

@rwjblue looks good! I used the ast transformer to debug live to build this!