Replies: 1 comment 5 replies
-
It's not hard, but I think bundler should not expose such apis. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to analyze the
imports
andexports
exposed byTransformedModule
but I also want the underlying module not to be transformed so I can access the original AST.I think the options are:
Parser
and reproduce the work to analyze theimports
andexports
Bundler
that would allow bypassing the AST transformationsMy preference would be for 2) - do you think we could achieve this easily?
Beta Was this translation helpful? Give feedback.
All reactions