Scott Smith
Results
1
issues of
Scott Smith
I get errors from `ember/use-brace-expansion` with something like this: ```javascript sampleProperty: computed( 'foo.bar.{name,place}', 'foo.baz.{thing,@each.stuff}', 'foo.qux.[]', function() { ``` It doesn't pass until I nest them all like this: ```javascript sampleProperty:...
Bug