You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6fa8ad63f9
Because arrow functions work rather differently than normal functions (a bad design mistake if you ask me), I decided to be conservative with the conversion. I converted: * event handlers * callbacks * arguments to Array.prototype.map & co. * small standalone lambda functions I didn't convert: * functions assigned to object literal properties (the new shorthand syntax would be better here) * functions passed to "describe", "it", etc. in specs (because Jasmine relies on dynamic "this") See #442. |
8 years ago | |
---|---|---|
.. | ||
generate-bytecode.spec.js | 8 years ago | |
helpers.js | 8 years ago | |
remove-proxy-rules.spec.js | 8 years ago | |
report-duplicate-labels.spec.js | 8 years ago | |
report-duplicate-rules.spec.js | 8 years ago | |
report-infinite-recursion.spec.js | 8 years ago | |
report-infinite-repetition.spec.js | 8 years ago | |
report-undefined-rules.spec.js | 8 years ago |