angular/di.js

Using di2 in ES6 project with Traceur

Closed this issue · 1 comments

I've just tried to use di2 in ES6 project (related to this), and have console error:

Unexpected token @ (WARNING: non-Error used)

You can see here that traceur and traceur-runtime global are available.

My sample project repo is here.

It's okay now, I didn't have traceur options enabled. Sorry girls and guys!