Zephyr Lykos
Zephyr Lykos
also, export statements aren't transformed. they are firstly all initialized within a single VariableAssignment to undefined, then get assigned the actual value later.
acked
:thinking: is anything still blocking this pr?
> yeah there are a couple issues like creating multiple conflicting `import { a } from` didn't have much time recently to work on it my few cents: generate names...
Another one spotted: ```javascript exports.id = 885; exports.ids = [885]; exports.modules = {.../* webpack 5 modules */}; ``` I wonder, is it possible for users to provide extra chunks in...
@j4k0xb This is still unfinished, since `entryId` is not retrieved
[sample.tar.gz](https://github.com/j4k0xb/webcrack/files/13744034/sample.tar.gz) See `vendor.bundle.js` and `.bundle.js`
> which one is it? I haven't really looked at how multiple chunks work yet The matching logic is here: ```javascript (() => { var installedChunks = { '377': 1...
We may also parse nested webpack chunks: