Parse import nodes
Opened this issue · 1 comments
jodinathan commented
Currently we do not parse the imports.
No package needed this so far.
However, NodeJS typings use it:
import { ObjectEncodingOptions } from "node:fs";
This will probably take quite some time and is currently not a priority.
truedat101 commented
Also super useful as an enhancement.