Marcelino Torres Braulio

Results 8 issues of Marcelino Torres Braulio

Hello, thank you for the awesome project. I received an "Unknown node type ExperimentalSpreadProperty" error as I was traversing the ast tree with [estraverse](https://github.com/estools/estraverse). So I decided to add `ExperimentalSpreadProperty:...

In my use case, using jspm, I have to create two additional files (the transpiled file and source map) just to have `remap()` find them. In other words, I have...

enhancement
help wanted

The popular [karma-coverage](https://github.com/karma-runner/karma-coverage) does not work as expected for me, mainly because Istanbul will try to instrument es6/es7 files and fail. As mentioned [here](https://github.com/Workiva/karma-jspm/issues/22#issuecomment-89679100), the workaround would be to use...

I'm not sure if I am using the "toHandle" and "toHandleWith" functions incorrectly or if this is a bug, but here's what I am getting: The "toHandle" function: ``` var...

This seems like a good effort, but there hasn't been a commit in nearly a year. Has the project been abandoned?

Running the code below sometimes works and sometimes doesn't. ``` js BDDStdin('hello\n', 'hello\n') const questions = [{ type: 'input', name: 'projectName', message: 'What\'s the name of your project?', default: function...

bug
question

Hello, I originally posted this bug report on the jasmine-jquery github ( https://github.com/velesin/jasmine-jquery/issues/251 ), but it appears that the issue is Karma related. The bug is as follows: The "toHandle"...

Hello there, I found this project to be particularly interesting and I would like to know more about its current state of development. The README says "Both JSMQ and NetMQ...