brookate

Results 4 issues of brookate

``` class C { static { let x; let x; } } ``` Flow version: current HEAD and 0.244.0 ## Expected behavior ## Actual behavior dell➜ bin git:(main) ./flow ast...

bug
needs triage

Hi, I add new codegen and new IL to support static no name method such js ``` class s { static { .. } } ``` here is my codegen...

Hi, at this comit 872e46814409399dbfacd885495c49f673e54780 ``` ...We also add a Flags struct to the Instruction class which allows us to mark Instructions as not-removable by the minimizer. ... ``` and...

### Description 这边是我的配置 ``` dell➜ ~ cat .config/opencode/opencode.json { "$schema": "https://opencode.ai/config.json", "permission": "allow", "provider": { "codex": { "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "https://code.ppchat.vip/v1", "apiKey": "{env:OPENAI_API_KEY}" }, "models": { "gpt-5.2": {...

bug