Lines Matching refs:mixins
5 …* Improved runtime performance of mixins significantly ([Andreas Lubbe](https://github.com/alubbe))
24 …* Fix #1794 (a bizzare bug with a certain combination of inheritance, mixins and &attributes) ([@F…
27 * Fix blocks in nested mixins ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
86 * Support ES6 style rest args in mixins ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
97 * Fix mixins not working at end of file ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
123 …* Allow whitepsace other than "space" before attributes passed to mixins (N.B. there is a small ch…
138 …* Fix a bug where sometimes mixins were removed by an optimisation even though they were being cal…
148 * Lazily add mixins ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
277 …* fix an obscure bug that could occur if multiple mixins interact badly (see [substack/lexical-sco…
293 * fix mixins with buffered code on the same line
425 * Fixed mixins with extends [chowey]