jodinathan/typings

Parse import nodes

Opened this issue · 1 comments

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.

Also super useful as an enhancement.