-
disposed = true; should be in start of Dispose method. Not in end.
Imagine situation if somebody uses Method which uses stream while you release steam out of example.
You will not get good error abo…
-
Let's say you have an extend library that allows you to do objectOrClass.extend(someMixin) and the mixing has access to the '_super' function.
``` javascript
var SomeClass = Base.extend({
doSomet…
-
**Feature**:
An @extend-mixin directive would be really handy when working with SASS code that's been encapsulated into a ruby gem (or other modular code package).
It's basically a way of reopening…
-
HI Richard,
We discussed some of the ideas in the #38 already, but I thought that moving them into a dedicated issue would make it easier to track the progress.
Currently, guards are supported for f…
romix updated
10 years ago
-
We need some simple way to hook into constructors or methods of classes from mixins. Currently a similar thing is only implemented for `Map` (`addInitHook`), but other classes often need it too (espec…
-
Let's say I've got parent context containing a module M, and 2 child contexts c1 and c2 either of which is wired dynamically at runtime. Each of c1/c2 has its own decorator implementation d1/d2.
Not …
-
I love this library and would like to continue to use it for my projects but I keep running into a major issue. Since chaplin.js is dependent on backbone.js and its base/core modules, you can not add …