UNPKG
tslint-no-circular-imports
Version:
latest (0.7.0)
1.0.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
TSLint plugin to detect and warn about circular imports
bcherny/tslint-no-circular-imports
tslint-no-circular-imports
/
test
/
case-long-stack
/
three.ts
1 lines
•
33 B
text/typescript
View Raw
1
import
*
as
three
from
"./three"
;