-
Hi, I have a question about @babel/plugin-transform-react-inline-elements - how can I measure the performance boost that the plugin provides?
The plugin is used on the project I'm working on, but i…
-
## Bug Report
**Current Behavior**
Babel-helper-builder-react-jsx modifies string literal attribute values. Though it itself is already not nice, but even more, it does it in inconsistent way.
…
-
I use babel-node.cmd to run/debug a js file in IDEA. **If add a parameter '--inspect-brk', it works in debug mode, but gets stuck in run mode.** Finally I find a way, change this parameter to '--insp…
-
### Input Code
```js
const f = ({ x, y }: { x: number, y: number }) => null;
```
### Babel Configuration (.babelrc, package.json, cli command)
```js
{
"plugins": [
"transform-es201…
-
## Bug Report
**Current Behavior**
the `import` expression disappear, removed by babel-plugin-transform-react-inline-elements
**Input Code**
```js
import React from 'react'
import { A …
-
I was trying to transpile js files using babel cli with the latest upgrade.I had delete keyword in my file so it gave syntax error at that line since by default the files is parsed as es6 modules.Late…
-
## Bug Report
**Current Behavior**
`@babel/register` doesn't seem to use `.babelrc` file.
**Input Code**
I have the following TypeScript file containing some tests:
```ts
import { expect }…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
### Input code
I using Babel standalone with React. I can't import same js name com…
-
https://babeljs.io/docs/en/babel-preset-env#targetsesmodules says:
> When specifying this option, the browsers field will be ignored. You can use this approach in combination with to conditionally…
-
I just ran into this in setting up a testing environment with some older code that relies on globals as the plugin is recommended by the Jest documentation.
I know that this aligns with the spec bu…