深山猎人
深山猎人
in my old project , using webpack 1.x. And I use esbuild-loader replace babel-loader will print error ` building for production.../Users/wanglihui/WebstoreProject/onionfph5/project/node_modules/esbuild-loader/dist/plugin.js:12 compiler.hooks.thisCompilation.tap('esbuild', compilation => { ^ TypeError: Cannot read property...
Update swagger.go to support self define swagger.json mount url. now the default url is doc.json, and hard code switch case doc.json
Add MapAsync to Support Async Map; like Promise.all
consider supply some hook ? . ex. before call remote function or after call. i expect use this able to add opentracing logic
wrap koa
when use http reporter, will lead circle loop report. httpClient plugin will on req and res event, http reporter request will be listen too, so once report send http, will...
I think support http_proxy will be more nice. other language or lib auto read http_proxy and auto support it , so i must set proxy for gorequest. now, my case...
fixed error@context serailize error
I found do this can fixed! /ejs/lib/ejs.js rows 287 //options.**proto** = options.locals; for(var key in options.locals) { options[key] = options.locals[key]; }