babel-plugin-syntax-infix-bang

Allow parsing of infix bang

Usage no npm install needed!

<script type="module">
  import babelPluginSyntaxInfixBang from 'https://cdn.skypack.dev/babel-plugin-syntax-infix-bang';
</script>

README

@babel/plugin-syntax-infix-bang

Allow parsing of infix bang

TODO: Provide proposal website See the website strawman concurrency for more information. That site speaks of a precursor of ES Promise, called Q.

Install

Using npm:

npm install --save-dev @babel/plugin-syntax-infix-bang

or using yarn:

yarn add @babel/plugin-syntax-infix-bang --dev