Expected Behavior / Situation
i type something like
and get all nodejs buildin modules that are required by the module
Actual Behavior / Situation
i write the command and i get nothing
Modification Proposal
import { readFile } from "fs/promises";
// should be for example
import { readFile } from "node:fs/promises";
Target Branch