Takashi Sato

Results 2 issues of 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. ![image](https://user-images.githubusercontent.com/2692570/228734539-e616c407-4ab4-4312-84ad-1966ce8afc73.png) **Describe the solution you'd like** Display outline like [Red...

enhancement