-
## Feature Request
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I have an issue when [...]
support syntax in flow…
-
## Bug Report
**Current Behavior**
Throw the following error:
```
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: Couldn't find intersection
at NodePath.get…
-
I’ve created [this gist](https://gist.github.com/j-f1/c9577ca91cc32130739d879f28d629e2) ([AST Explorer](https://astexplorer.net/#/gist/b6e89a044bd7d95ba17389c38b7435f2/2cd1803fbea36a13d8aec4bcb2182f06…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
REPL: https://babeljs.io/repl#?browsers=defaults%2C%20…
-
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
[Interactive example here](https://astexplorer.net/#/gist/25a9a7a9100e9756314bbe3a012b5d51/6286…
-
Sorry, can't find a suitable issue template.
![image](https://user-images.githubusercontent.com/172584/198030808-1b97b55c-c79a-428f-80d8-84dbf0fcfa1e.png)
![image](https://user-images.githubuserco…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
```js
import foo from 'bar';
const obj = {
foo: function() { return foo(); },
};
```
##…
-
### 💻
- [ ] Would you like to work on this feature?
### What problem are you trying to solve?
When using `BABEL_SHOW_CONFIG_FOR` it shows all configs used in ascending priority. It would be cool if…
-
## Bug Report
- [x] I would like to work on a fix!
**Current behavior**
- Reproduction: https://github.com/cameron-martin/vue-transpile-node-modules-repro/tree/just-webpack
I have …
-
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…