模块重导出、namespace import 与循环依赖 | JavaScript
本章覆盖:export ... from;export *;import * as ns;live bindings;循环依赖;避免用重度 barrel 文件制造隐式耦合。
本章知识点
- export ... from
- export *
- import * as ns
- live bindings
- 循环依赖
- 避免用重度 barrel 文件制造隐式耦合
本章覆盖:export ... from;export *;import * as ns;live bindings;循环依赖;避免用重度 barrel 文件制造隐式耦合。