fisker Cheung
fisker Cheung
See https://github.com/acornjs/acorn/issues/1376 Acorn already support, Babel will support too.
```js class A{ @decorators [x] = 1 } ``` It seems valid in TS, but I'm not sure, when playing with [this example](https://github.com/tc39/proposal-decorators/issues/556), I found meriyah emits a `PropertyDefinition` with...
``` class A{ @decorators[0] method() {} } ``` Should parse as computed `0` property with `decorators` as decorator. See https://github.com/tc39/proposal-decorators/issues/556
### What problem does this feature solve? I'm working on a project that uses `van-field` and bundles as a separate js file. When I put my bundled component in `van-form`,...
Prettier has a serializer uses named export. I thought jest doesn't support it before, but turns out it's on me...
**Motivation** I can't find a case that grouping `/(.)/` can't be avoid, if used in `String.match`, `match[0]` can be used instead of `match[1]`, if want a substitution, `$&` can be...
`eslint-plugin-unicorn` user [reported](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2643) that `unicorn/prefer-includes` crashes on checking ```vue ``` I located the problem, when I use [`context.scopeManager.acquire()`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/9e418adb2cb60205c7c231032af6511379d91a53/rules/shared/simple-array-search-rule.js#L87) to get the callback function scope, it returns `null`. I'm not sure...
Does melpa support it? Should be consistent with other repos in this org.
### Clear and concise description of the problem When switching between parsers, the options get lost, maybe we can remember? ### Suggested solution N/A ### Alternative _No response_ ### Additional...
I think this will improve tree-shaking when bundling.