babel-regeneratorRuntime-源码解析(未完结)

50 阅读1分钟

我们项目中常用的async和await, 在经过babel编译之后,其实就是通过 regeneratorRuntime实现的。