You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swc already supports parsing this out (we just simply discard those nodes at the moment), but I think the best way we can identify them in the graph is to add a is_require to the resolved dependency and pass it in the load() method, like we do with is_dynamic.
I will work on a PR for it. Makes me feel a bit 🤢 though 😉.
The text was updated successfully, but these errors were encountered:
swc already supports parsing this out (we just simply discard those nodes at the moment), but I think the best way we can identify them in the graph is to add a
is_require
to the resolved dependency and pass it in theload()
method, like we do withis_dynamic
.I will work on a PR for it. Makes me feel a bit 🤢 though 😉.
The text was updated successfully, but these errors were encountered: