Joe Pea
Joe Pea
This would be an alternative to `element.attachShadow(opts)`. It would be similar to `canvas.getContext` in that if a root is not already created/attached, it will create/attach the root before returning the...
For example, ```js // Assume we start with `el` already having the `foo` attribute: el.toggleAttribute('foo', 'bar') // no longer has attribute `foo` el.toggleAttribute('foo', 'bar') // now has attribute `foo` with...
It'd be nice to have depnedency-ordered incremental runs. F.e. having multiple packages where a command needs to be ran in certain packages first in order for subsequent run in dependent...
I see that `estraverse.replace` and `estraverse.traverse` return a tree, but it seems to be the same tree that is passed in, so it seems that the original tree is modified...
I posted a question on [SO](http://stackoverflow.com/questions/41789175/how-to-generate-a-javascript-sourcemap-based-on-an-ast-transform?noredirect=1#comment70769006_41789175), but then thought I might also ask here. Does estraverse support making a source map? Something like `estraverse.replace(ast, transform, sourceMap)` would be awesome. Maybe...
Would it be worth sticking this in the `packages` folder of the main repo, so it is easier to modify at the same time as other files in the main...
Something that is missing from the CLI is something like a `--cors` flag. I have some changes locally that I should make a PR with soon...
Using `yw` then `yp` behave like using `ww` two times: it swaps the windows. It'd be nice to just paste a window, not swap. E.g., I was expecting `yw` to...
vue-meteor-tracker says: > Add an object for each subscription in a $subscribe object. The object key is the name of the publication and the value is either an array of...
Is it so there's still a Jade 1.x.x option, while people who want to move forward should use Pug (2.x.x) ? Maybe there should be a note about this in...