parser: include module name in exports
returned by moduleLexer
#7039
Labels
C-enhancement
Category - New feature or request
exports
returned by moduleLexer
#7039
Would it be possible to include the module name in
exports
returned from themoduleLexerAsync/moduleLexerSync
methods, similar to theimports
array?I'm using the
oxc-parser
npm package to list all used external dependencies, andmoduleLexerAsync/moduleLexerSync
already covers most of my needs. However, because theexports
doesn't include module name/path, I cannot detect dependencies like this:The text was updated successfully, but these errors were encountered: