suguanYang
suguanYang
这个可以定义为 type method = 'OPTIONS' | 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'TRACE' | 'CONNECT'
Hi Crcong, I was using your excellent plugin in my own project, thanks for the work! Since the esbuild used by vite is relying on the hoisted feature of esmodule,...
### System Info System: OS: Linux 5.10 Ubuntu 22.04.1 LTS 22.04.1 LTS (Jammy Jellyfish) CPU: (6) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz Memory: 7.97 GB / 11.70 GB...
 selecting `fizz_buzz` and `foo_bar`, then using `Change Case constant ` expect result:  but for real: 
Hi, I found that some bundler will treat the actuall main file(/dist/index.cjs) as esm, which cause unexpected behavior
This fix https://github.com/evanw/esbuild/issues/3980 by provides a different glob function: `__glob_dynamic` which returns a rejected promise for module not found error Reference: https://tc39.es/ecma262/#sec-import-calls The [host environment](https://tc39.es/ecma262/#host-environment) must perform [FinishLoadingImportedModule](https://tc39.es/ecma262/#sec-FinishLoadingImportedModule)(referrer, moduleRequest, payload,...
**What kind of change does this PR introduce?** Related Issue: https://github.com/webpack/webpack/issues/17971 When bundling `__non_webpack_require__` with ESModule in web, the runtime will broken because of webpack will transform it to `import{createRequire...
related issue: https://github.com/cacjs/cac/issues/162 **BREAK CHANGE!** Options will convert to string by default example: cli -v 3.2 -p 12345678910 options: {v: "3.2", p: "12345678910"}