Takashi Sato
Takashi Sato
Node.js 20.11.1 [email protected] ## Bug Report **Current behavior** `foo.js`: ``` (async () => { const key = new ArrayBuffer(8); const data = new ArrayBuffer(8); const importedKey = await crypto.subtle.importKey( "raw",...
**Is your feature request related to a problem? Please describe.** Currently code outline is not supported and nothing is displayed.  **Describe the solution you'd like** Display outline like [Red...