Closed chuckjaz closed 7 years ago
Current Behavior
Reports error for aliased symbols even if those symbols will eventually be ignored by strip exports.
New Behavior
Skips aliased symbols that match skipExportPattern even if the symbol is aliased.
skipExportPattern
Fixes #17
Current Behavior
Reports error for aliased symbols even if those symbols will eventually be ignored by strip exports.
New Behavior
Skips aliased symbols that match
skipExportPattern
even if the symbol is aliased.Fixes #17