babel
babel copied to clipboard
🐠 Babel is a compiler for writing next generation JavaScript.
### 💻 - [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)); //...
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...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code ```js class App extends React.Component {...
| Q | A | ------------------------ | --- | Fixed Issues? | | Patch: Bug Fix? | 🤔 | Major: Breaking Change? | | Minor: New Feature? | | Tests...
### 💻 - [ ] 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...
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...
| Q | A | ------------------------ | --- | Fixed Issues? | `Fixes #1, Fixes #2` | Patch: Bug Fix? | | Major: Breaking Change? | | Minor: New Feature?...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Other (Next.js, Gatsby, vue-cli, ...) ### Input code if (sometihing) {...
`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`...