Miguel Castillo

Results 151 comments of Miguel Castillo

@vektah thanks for taking a look! Apologies in advance for repeating stuff you already know, Im just covering as much context as I can for a more complete conversation. ```...

I will push up my changes to a branch sometime today to have a more concrete space to talk about implementation details.

So, is there a plan to merge the PR?

@Leeds-eBooks ES2015 methods in classes are by spec not enumerable. That was a controversial one... Some people wanted them enumerable for consistent with current behavior with standard objects, some people...

@Leeds-eBooks sorry to barge in. I use karma with mocha for ES6/babel in projects at work. For my side projects I use a module loader I created that you can...

Yeah, it is public. https://github.com/MiguelCastillo/bit-imports. The [example](https://github.com/MiguelCastillo/bit-imports/tree/master/example) is all written in ES2015 and transpiled in the browser. I can perhaps create a quick scaffold for bit-imports/babel/mocha, if you are interested.

Here are some unit tests using with bit-imports/mocha that run in the browser/phantomjs... https://github.com/MiguelCastillo/bit-imports/tree/master/test https://github.com/MiguelCastillo/bit-loader/tree/master/test If you want to see a unit test setup with multiple module types running, check...

@Leeds-eBooks Yup, broad strokes that's correct. Load bit-imports and System.import specrunner. There are a few steps in between that I am writing a recipe for. I will send out a...

@peterflynn Yes sir, someone logged it on my side https://github.com/MiguelCastillo/Brackets-InteractiveLinter/issues/96. I had looked into it a while ago but didn't find any docs on it. But yeah, it does look...

wow - I have never seen anyone provide me with such great details about an issue! You are awesome. As far as the issue goes - I would like to...