zhanghaobin
Results
2
issues of
zhanghaobin
### Description Build failed when destructing rest parameters ### Version microbundle@^0.15.1 ### Reproduce steps 1. input file ``` // test.ts export function A(...[a, b]: any[]) {} ``` 2. build `microbundle...
### description async function with rest parameters seems got wrong function scope after transpiled ### version microbundle@^0.15.1 ### reproduce demo ``` // tsconfig.json { "compilerOptions": { "esModuleInterop": true, "target": "ES6",...