rollup-plugin-async
rollup-plugin-async copied to clipboard
Transforms Async functions to generator functions before bundling.
Results
2
rollup-plugin-async issues
Sort by
recently updated
recently updated
newest added
trafficstars
might be similar to to the other issue (#1 ) on macOS... I get `fs.js:115 throw err; ^ Error: ENOENT: no such file or directory, unlink '/var/folders/44/t12v1dk50d36hz2gq9b_dfvw0000gp/T/asyncHelper.1555519403262.js' at Object.unlinkSync (fs.js:952:3)...
This code can be simplified a bit if we use Rollup's `resolveId` and `load` hooks instead of writing the helpers to a temporary file on disk.