Skip to content

async module in a circular dependencies #1656

@stormslowly

Description

@stormslowly

problem

  1. M1, M2 循环依赖成环,
  2. M1 import 了其他 async module ,因此 M1 为 async module

期望

M2 也为 async module

实际

mako 未将 M2 处理成 async module, 导致 import M1 时拿到的是 promise

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions