-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
In Rolldown, ast node information needs to be tracked across scans and transforms.
It's currently using spans to track the nodes, but once transformation is in, newly inserted statements does not have a SPAN so information is lost, and Rolldown will not function anymore :-(
From hyf: how to identity the same ast node in different visit passes
There's workaround for rolldown to use faked span that out of orignal text's length.
But this require oxc could handle span that is out of original source's length
Metadata
Metadata
Assignees
Labels
No labels