angular / ts-api-guardian

MIT License
15 stars 15 forks source link

fix: allow exports that match `stripExportPattern` to be aliases #18

Closed chuckjaz closed 7 years ago

chuckjaz commented 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.

Fixes #17