Quentin Gerodel
Quentin Gerodel
So, what is the process to deal with ? Make an issue (or use this one) to request new lang-version branch then send a PR with translation ?
Do all plugins, need to follow this Node4 support ? And what about plugins that uses dependencies that not meet this support ? Should I use transpiling at runtime to...
From what I understood : The [outdated warning](/emberjs/guides/blob/master/source/javascripts/app/outdated-warnings.js) uses the [/versions.json](https://guides.emberjs.com/versions.json) to know the latest version available which does not include any information about LTS versions. I guess the LTS...
Hi @derekoharrow. I am sorry to bring this issue up, but we are facing the exact same problem since we upgraded to 1.20.1 Only on the TCP probes and randomly...
Hi, I do not know is the right way to ask this in this issue or this repository. Howether, I started to put my interest on the cssnext features. And...
Any chance to get conflict resolved on this ?
To avoid syntax error, Babel seem to use two kinds of plugins : `syntax` and `transform`. I think `syntax` allow the parser to work well with non standard syntax. And...
Oh. I am just starting with Babel plugins. So, the best way is to play with [mrapogee/babel-plugin-syntax-pipeline-operator](/mrapogee/babel-plugin-syntax-pipeline-operator) and [mrapogee/babel-plugin-transform-pipeline-operator](/mrapogee/babel-plugin-transform-pipeline-operator) and to made a PR on [babel/babylon](/babel/babylon) to work well with...
Oh. Got it ! Thanks for all your answers.
I want to keep my hands on the official babylon. This plugin works well, and finally the `|` operator is sweet. I do not need bitwise operators in javascript. ---...