Andres Suarez

Results 73 comments of Andres Suarez

Copy [this file](https://github.com/babel/babel-sublime-snippets/blob/master/react_component_class.sublime-snippet) into your Sublime [user package directory](http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/basic_concepts.html), and change the `tabTrigger` value from `rcc` to whatever you want.

Sure, I'll accept a PR for this

Oh wow, that looks pretty cool

I played with it two diff approaches: 1. A true snippet to make an open and close tag from whatever word you're on. The not sure what the `tabTrigger` for...

I work on internal developer tools at Facebook - mostly on CLI tooling for developers working in our monorepo. There's a huge ecosystem of tools in this space, and some...

Incremental rebuilds already get the benefit of [skipping](https://github.com/substack/node-browserify/blob/master/index.js#L633-L645) syntax-error. You'd be surprised how many do not `noParse` giant libs. But, giant libs are usually [derequired](https://github.com/calvinmetcalf/derequire) or minified, so they benefit...

I dig this idea. I took a quick look at strip-comments, and two things came to mind: (1) performance, but maybe it's not so bad; (2) strip-comments doesn't seem maintained...

@jmm, I think the OP is a bit misworded. The output is the same regardless of version (correctly `["b"]`). detective has [this optimization](https://github.com/substack/node-detective/blob/aa1700035cabe9c5ec7cdbab5be79f8fdb9e20be/index.js#L41-L42) where is checks the source string for...

Published as [2.5.0](https://www.npmjs.com/package/eslint-plugin-dependencies/v/2.5.0)