koa yield breakpoint:在`yield`表达式周围添加断点尤其是对于koa @ 1 源码
产量折点 在yield表达式周围添加断点,尤其是对于koa @ 1。 安装 $ npm i koa-yield-breakpoint --save 例 $ DEBUG=koa-yield-breakpoint node example/app $ curl -XPOST localhost:3000/users 用法 // Generally, on top of the main file const koaYieldBreakpoint = require ( 'koa-yield-breakpoint' ) ( { name : 'api' , files : [ './rout
文件列表
koa-yield-breakpoint-master.zip
(预估有个10文件)
koa-yield-breakpoint-master
changelog.md
289B
example
routes
users.js
839B
app.js
410B
index.js
9KB
package.json
1KB
.eslintrc.json
107B
.gitignore
799B
暂无评论