ud2

Results 20 issues of ud2

例如群不存在时 `/file/list` 返回的数据是 `{"code":5,"msg":"指定对象不存在"}`,据此难以判断出错原因(#510)。如果返回 `{"code":5,"msg":"指定对象不存在:group "}` 就能一目了然。

Before printing the error and exiting, `deno run a.js` waits for input, `sleep 5 | deno run a.js` waits 5 seconds, and `deno run --allow-read b.js` waits for the named...

bug
core
public API

Minecraft version: 1.13 Rift version: 1.0.4-52 ## The bug When trying to change the visibility of any inner class, the access transformer only transforms _the_ class, but does not change...

Stacktrace: [`net.dongliu.requests.exception.RequestException`](https://github.com/clearthesky/requests/blob/8661764d2e35607c049213dcf29dd4ac89cf28ad/src/main/java/net/dongliu/requests/exception/RequestException.java)`: 请求失败,Api返回码[15]` `at com.scienjus.smartqq.client.SmartQQClient.getResponseJson(`[`SmartQQClient.java:673`](https://github.com/ScienJus/smartqq/blob/ea92af831e00d8addfaa08c5744f7d27c490268a/src/main/java/com/scienjus/smartqq/client/SmartQQClient.java#L673)`)` `at com.scienjus.smartqq.client.SmartQQClient.getJsonObjectResult(`[`SmartQQClient.java:631`](https://github.com/ScienJus/smartqq/blob/ea92af831e00d8addfaa08c5744f7d27c490268a/src/main/java/com/scienjus/smartqq/client/SmartQQClient.java#L631)`)` `at com.scienjus.smartqq.client.SmartQQClient.getGroupInfo(`[`SmartQQClient.java:536`](https://github.com/ScienJus/smartqq/blob/ea92af831e00d8addfaa08c5744f7d27c490268a/src/main/java/com/scienjus/smartqq/client/SmartQQClient.java#L536)`)` `at test.smartqq.Main(Main.java:37)`

### Lint Name `no-unused-vars` ### Code Snippet ```js const globalThis = 0; console.log(globalThis); ``` ### Expected Result No warning. ### Actual Result ```shellsession $ dlint run a.js no-unused-vars × `globalThis`...

bug

```js import { Readable } from "node:stream"; import { buffer } from "node:stream/consumers"; import { createBrotliCompress, createBrotliDecompress } from "node:zlib"; const input = new Uint8Array(1000000); for (let i = 0;...

bug
node compat

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```js async () =>...

i: regression
babel 8