browser-unpack
browser-unpack copied to clipboard
parse a bundle generated by browser-pack
From debian: ```From: =?utf-8?q?Bastien_Roucari=C3=A8s?= Date: Sat, 11 Nov 2023 21:25:14 +0000 Subject: Depend on acorn instead of node-acorn --- index.js | 2 +- package.json | 2 +- 2 files changed,...
Could you apply the following patch ? ``` ommit 8ef945dad2a3c5223bf92f1431c6899380593c29 (HEAD -> patched) Author: Bastien Roucariès Date: Wed Sep 1 18:51:22 2021 +0000 Fix buffer deprecation Replace by correct API...
Hi, there :-) Due to some reasons, I can not leak my js file out for this issue. :worried: Maybe you can give me a little advice about this. I...
I wanted to see what external dependencies were unresolved in a bundle produced with the `--no-bundle-external` option. Since `JSON.stringify()` omits `undefined` values, unresolved dependencies were missing from the output. It...
Do not merge: Current tests fails. This is the necessary changes if https://github.com/substack/browser-pack/pull/73 gets merged. Please see that issue for details. This is maybe not the best solution to verify...