brandon942
brandon942
**Bug report or Feature request?** Feature request After reading some other suggestions I want to pick up on #790 and the neat idea of @DanielMazurkiewicz. Globally replacing all string literals...
Here's the issue I have with watchers. - dependency tracking and dependency list re-creation on every single triggering of the watch function even in watchers with an unchanging set of...
**Bug report or Feature request?** feature request var someObject = { init(){ //... this.init_feature1() // should be inlined }, // 1-time-used should be removed init_feature1(){ //... }, // unused should...