-
### 💻
- [X] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
any project reproduces it
### Configuration file name
babel.config.js
### Config…
-
### 💻
- [ ] Would you like to work on this feature?
### What problem are you trying to solve?
Currently, the babel traverse docs are very limited:
https://babeljs.io/docs/en/babel-traverse…
-
While writing a transformer I noticed import equals declarations (TSImportEqualsDeclaration) did not have a binding in the scope for references. and possibly for other typescript semantics as well. I'…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
No...well, mainly readability if that counts
**Describe the solution you'd like**
I think it would be good…
-
## Feature Request
- [ ] I would like to work on this feature!
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I…
-
I'm using the [module-alias](https://www.npmjs.com/package/module-alias) npm package.
And to use it, I need to do the following: add this line to the top of my main file, before any code.
![imag…
-
## Bug Report
- [x] I would like to work on a fix!
**Current behavior**
Using HTML entity codes is not consistent with the specification. To display certain characters, one has to use the HTM…
-
## Feature Request
I'd would like for @babel/template to support arbitrary interpolation when used as a tagged template.
- [x] I would like to work on this feature!
**Is your feature request …
-
## Bug Report
- [ ] I would like to work on a fix!
**Current behavior**
Babel removes the first-line comment unexpectedly.
- [REPL](babeljs.io/repl), [Codesandbox](https://codesandbox.io/s…
-
## Feature Request
The Babel metainterpreter should ignore typescript types/const assertions.
Example:
```
const x = {hello: "world"}
x
```
In this scenario, using `path.evaluate()` where `…