Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
95 views
+100

How to get the tree structure data of class/property/method in tree-sitter?

How to get the tree structure data of class/property/method in tree-sitter: I can only match the class like below: const Parser = require("tree-sitter") const JavaScript = require("tree-...
qg_java_17137's user avatar
0 votes
0 answers
121 views
+50

Node.js fetch with ProxyAgent from undici never gets response (axios works)

I want in a Node.js project to perform a simple fetch request with proxy by specifically using ProxyAgent from undici and native fetch but i can't get it to work. The request never resolves or rejects ...
Manolo's user avatar
  • 1
0 votes
1 answer
38 views
+50

How to use clinic.js with nestjs

I am exploring a profiling tool for my NestJS code and came across Clinic.js (https://clinicjs.org/). While I see it being used with Node.js, I am unsure how to integrate it with NestJS and understand ...
Krish909's user avatar
0 votes
0 answers
41 views
+50

Typescript composite project with NextJS

I have reorganized my project in NodeJS/Typescript using workspaces and project references. One of the workspaces (sub-project) is a NextJS application, and the recommended tsconfig.json includes the ...
Marco Luzzara's user avatar
5 votes
1 answer
2k views
+50

Running devcontainer as local user instead of root

Environment: Windows 10 with WSL1 and VSCode. I have a .devcontainer.json with the following content: { "name": "my-container", "image": "mcr.microsoft.com/...
4integration's user avatar