Eli White

Results 144 comments of Eli White

Oh or maybe your point about the gh cli is that I should just use shepherd to search and filter the repos, and once I get to should migrate and...

This is needed for us as well.

That is an error message from JSCS, not this plugin. What happens when you run the jscs command from your project folder in the command line?

Adding @speedskater from [babel-plugin-rewire](https://github.com/speedskater/babel-plugin-rewire) and @jhnns from [rewire](https://github.com/jhnns/rewire)

Yep, I totally agree with that. I think rewire is the base functionality that defines the methods and Apis used to actually rewire things. Rewireify and Rewire-Global do the same...

In regards to rewireify, rewire-global, and babel-plugin-rewire having a different api than rewire since they all inject the code into each and every module instead of requiring the developer to...

@jhnns I absolutely, wholeheartedly agree that our APIs should be identical. At our company we have three folders of js code, browser, common, and node. We have two test suites,...

@speedskater It sounds like as you mention, the biggest problem is needing to have the rewire code `get` and `set` written as AST transforms which don't currently exist in `rewire`...

@jhnns Any more thoughts on how we can bring these together and possibly even write the rewire core functions using the tree transformers so that it would work with every...

:+1: This is how I tried it first. There are some cool things we could do with mobile in terms of interface, but I worry that it isn't really useful...