How to detect circular dependency in Typescript

前端 未结 0 1436
梦毁少年i
梦毁少年i 2021-02-12 04:54

The code below has a circular dependency issue. A -> B -> A

Reproducible problem:

/a.ts

import {B} from \'./b\';
import { Service } from \'.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题