bcherny / tslint-no-circular-imports

TSLint plugin to detect and warn about circular imports
MIT License
86 stars 12 forks source link

Follow 'export from' statements #11

Closed andyrooger closed 6 years ago

andyrooger commented 6 years ago

This PR follows export * from module and export { ... } from module statements as well as standard import statements. It also adds a test for this