-
We are having a debate around whether the AirBnB guidelines for object-curly-newline (10.8) should affect destructuring or not, particularly for props.
Example:
```javascript
// Good
export de…
-
The latest version on npmjs is https://www.npmjs.com/package/ast-types which is at 0.14.2
-
### 💻
- [ ] Would you like to work on this feature?
### What problem are you trying to solve?
Would be great if `@babel/generator` v8 can be not only imported but has also `commonjs` support,…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
```
var babel = require("@babel/core");
var code = `
var a = {
name: '',
…
-
First off, let me say thanks for the work on this awesome utility. jscodeshift has helped me do amazing things I had never thought possible.
So now I've got the off my chest, here's my question: wo…
-
Hello friends!
I know some of you had questions about 'variable importance' measures you were asked to obtain in PS6. Variable importance is basically a measure of how 'informative' a certain varia…
-
# Мотивация
Встроенные функции ввода-вывода Рефала-5 не могут сообщить об ошибке, собственно, ввода-вывода. Если файла не существует, то `Open` аварийно остановит программу. Та же проблема будет при …
-
### What happened?
When we restructure a CFG into an AST, we transform each condition into a symbol. Now, each node of a region gets its reaching condition assigned, thus a reaching condition can occ…
-
`Node.js` doesn’t supports imports without file extension:
```js
import client from './client';
```
This will be error, extension should be provided:
```js
import client from './client.js'…
-
### ESLint version
8.44.0
### What problem do you want to solve?
At the moment, flat config will nicely merge sets of rules together, and handle changing severities, but if rule options diffe…