Pinned repositories
1,717 contributions in the last year
Contribution activity
July 2017
Created an issue in emberjs/ember.js
that received 4
comments
[beta] Negative integer literal causes null reference in positional params
In ember beta, a component invocation like this: {{my-component "a-string-literal" (num-plus 1 -1) }} Throws an exception. If you change the negati…