Peter Leonov

Results 39 issues of Peter Leonov

Hi guys, Thanks for the inspiring and useful project! Learning babel transformations with it is a pure joy 👍 Are you interested in adding a Ruby parser? I've developed [ruby-parser.js](https://github.com/peter-leonov/ruby-parser.js)...

With `"enable": true` all the imports of a file will lead to transpiling it, which makes it impossible to test second level modules (those which import functions from others with...

It is now this: ``` ENOENT: no such file or directory, open 'null' ```

Just in case :)

**UPDATE**: See [this comment](https://github.com/facebook/jest/pull/6282#issuecomment-584327637) for the changes plan and the latest progress. ~~TL;DR; this PR needs an architecture decision for further development 🙏~~ DONE in the comment linked above 🎉...

cla signed

``` ruby ruby -r 'yajl/json_gem' -e 'p JSON.parse("nul")' #=> nil ``` Trailing space helps, btw :)

reread those great books about C++ and port all the module to it

Nginx.createVariable('$name', callback)

see this https://developer.mozilla.org/en/SpiderMonkey/1.8.5#Native_functions

rykomats does this in a right manner in ngxv8. If you need to get a header value very-very fast you may not want to construct Nginx.HeadersIn object, bing it to...