babel icon indicating copy to clipboard operation
babel copied to clipboard

🐠 Babel is a compiler for writing next generation JavaScript.

Results 540 babel issues
Sort by recently updated
recently updated
newest added

### 💻 - [X] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code ```js visitors: { JSXElement(path) { console.log(path.generateUidIdentifierBasedOnNode(path.node)); //...

good first issue
i: bug
pkg: traverse

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/babel/babel). ## Config Migration Needed - [ ]...

| Q                       | A | ------------------------ | --- | Fixed Issues? | Bundle most packages in Babel 8 | Patch: Bug Fix? | | Major: Breaking Change? | Yes, behind...

PR: Internal :house:
babel-8-dev → main

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code ```js class App extends React.Component {...

area: react
i: bug

| Q                       | A | ------------------------ | --- | Fixed Issues? | | Patch: Bug Fix? | 🤔 | Major: Breaking Change? | | Minor: New Feature? | | Tests...

PR: Polish :nail_care:
pkg: traverse

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/register or @babel/node ### Input code Here's a simple repro: https://github.com/spacepluk/test-babel...

i: question
pkg: node

Let's take a look at what is allowed by Babel transpiling targets: ``` android chrome edge electron firefox ie ios node opera rhino safari samsung ``` `core-js` allow more targets...

i: enhancement
area: compat-table
pkg: preset-env
pkg: compat-data

| Q                       | A | ------------------------ | --- | Fixed Issues? | `Fixes #1, Fixes #2` | Patch: Bug Fix? | | Major: Breaking Change? | | Minor: New Feature?...

PR: New Feature :rocket:
Spec: Decorators
PR: Needs Docs

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Other (Next.js, Gatsby, vue-cli, ...) ### Input code if (sometihing) {...

Needs Info
i: needs triage

`Identifier`s can have different properties totally unrelated to their "Identifierness": - `optional` (e.g. in `function f(a?) {}` with Flow) - `typeAnnotation` (e.g. in `var a: string;` with Flow/TypeScript) - `decorators`...

i: discussion