Results 112 issues of eight

Or even report more detailed match result at build end. Currently it is hard to tell if a pattern doesn't work anymore after source code/dependencies updates.

Currently, this plugin only work at `transform` hook so there is no way to replace the code generated in `renderChunk` hook. I think we can make it also run at...

The error is threw when two patterns overlap each others. input: ```js export default "hello 123 hello"; ``` config: ```js import re from 'rollup-plugin-re'; export default { input: 'test.js', format:...

https://github.com/jonschlinkert/delete-empty/blob/6ae34547663e6845c3c98b184c606fa90ef79c0a/index.js#L60-L61 If `cb()` throws an error, it will be called again within the error object.

https://github.com/jonschlinkert/delete-empty/blob/6ae34547663e6845c3c98b184c606fa90ef79c0a/index.js#L50 This error should be passed to the callback.

Currently, `dynamicImport` is just a global variable name. Users have to prepare an external global helper outside of the bundle. Is it possible to build the helper into the bundle?...

Some packages use this function *in esm* to load JSON data easily. Not sure if this is a popular pattern. Not sure if this should be implemented in a different...

Input: ```ts export function foo(fn: (...args: any[]) => any) { return fn(...[1, 2, 3]); } ``` Result: ``` Error: Unsupported symbol {} with flags "Signature" at C:/Users/eight04/dev/node-test/src/index.ts:0:24 export function foo(fn:...

https://bugzilla.mozilla.org/show_bug.cgi?id=1898498 Should we create a test to find all illegal characters?

bug