-
### Which package is this bug report for?
discord.js
### Issue description
After upgrading @types/node v22.7.9, the following error occurs when executing the tsc command.
```
node_modules/.pnpm…
-
**Describe the bug; what happened?**
I updated the "@azure/communication-react" to version 1.21.0. Before, tests worked fine with version 1.18.1. However, I also updated Vite to v6 and Vitest to 2.1.6…
-
![image](https://github.com/bahmutov/cypress-map/assets/6638055/8e20355b-903c-42de-a756-488d80ebab71)
```
"cypress": "^12.17.1",
"cypress-map": "^1.21.0",
```
After my cypress is upgr…
-
# 一、`async/await`语法
## 1.1 `async`函数(异步函数)
1. `async`修饰的函数就是异步函数
`async`要放在`function`前面而不是在其后面,它是修饰函数的。并且任何可以是函数的地方(无论是函数声明语句还是函数表达式)都可以使用`async`修饰。
2. `async`函数会做两件事:
- 把函数的返回值(return,throw)隐…
-
CoffeeScript is years out of vogue. This would make the project a lot more accessible to current developers.
-
When using `esnext.json.parse` with a `reviver` function the deserialized objects are heavier (memory-wise) than the ones that are generated by the non-polyfilled `JSON.parse()` function.
How to re…
-
Hello,
Curious if support for [ESnext classes](https://github.com/tc39/proposal-class-fields) is can be expected now that the feature has been [moved from stage-2 to stage-3](https://github.com/tc3…
-
Project is a little outdated. Want to clean up code with ESNEXT+.
-
### 🔎 Search Terms
transform, const, var, target, ECMA, esnext
### 🕗 Version & Regression Information
- This is the behavior in every version I tried from Version 5.4 to Version 5.7.0-dev.20240904
…
-
### Version of Hardhat
2.19.4
### What happened?
In trying to move my project to ESM, node20, vite, and other upgrades, I am completely stuck on run hardhat. It gives me a confounding error that th…