Open gaborantal opened 3 years ago
In ES2020, support of named export has been added 1. Traversing an ExportAllDeclaration previously missed its 'exported' key which is an identifier.
In this patchset, the traverse of the 'exported' key is added.
In ES2020, support of named export has been added 1. Traversing an ExportAllDeclaration previously missed its 'exported' key which is an identifier.
In this patchset, the traverse of the 'exported' key is added.