Steven Sojka
Steven Sojka
There is some slowness when regenerating all the nodes on very large trees. Investigate potential performance improvements.
Highlighting breaks most lines after a template literal statement.  When I comment out that line the highlighting works correcty.  This issue is related but dismissed as a JSX...
``` var MyModel = Backbone.AssociatedModel.extend({ relations: [{ type: Backbone.Many, key: "entities", collectionType: EntityCollection }], parse: function(res) { // This gets called twice. When the response comes back // and then...
vim-javascript has Flow support, but is missing many other ES2016+ features like decorators. https://github.com/pangloss/vim-javascript/blob/master/extras/flow.vim My vim syntax skills aren't good enough to splice these together :(
### Description When a component has a slot(s) that is used within conditionals (named or default), any components that are transcluded/rendered in that slot has it's wire adapters connected and...
This issue tracks features required to conform to the new tc39 spec. - [x] Abstract decorator factory to support legacy and tc39 - [ ] Test using the tc39 spec...