Steven Sojka

Results 8 issues of Steven Sojka

There is some slowness when regenerating all the nodes on very large trees. Investigate potential performance improvements.

enhancement

Highlighting breaks most lines after a template literal statement. ![Screenshot_2019-09-07_06-39-56](https://user-images.githubusercontent.com/2062154/64474470-e8780980-d13a-11e9-9f92-46c8f137b2c7.png) When I comment out that line the highlighting works correcty. ![Screenshot_2019-09-07_06-40-24](https://user-images.githubusercontent.com/2062154/64474473-f7f75280-d13a-11e9-9c41-5eb96b0beb2c.png) 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...

BUG P2

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...

enhancement
Tc39 Spec