shuji icon indicating copy to clipboard operation
shuji copied to clipboard

Reverse engineering JavaScript and CSS sources from sourcemaps

Results 22 shuji issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.19.0` -> `8.22.0`](https://renovatebot.com/diffs/npm/eslint/8.19.0/8.22.0) |...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

Nothing huge here, but just to be up to date with tooling, even on examples. Use https://github.com/terser/terser

Hello, it would be fantastic to have support for files in the form of (window.webpackJsonp = window.webpackJsonp || []).push(/* ... */); Any way of making this work, please? 🙏🏻

Hi First of all, thank you for this project, I feel it could help me re-building more efficient bundles, if I managed to have it work completely :) ### Expected...

Add --preserve option which enables to preserve original folder structure. Fix #32 . I have a question. This worked well in my case, but I don't know if this works...

This pull request addresses three different issues: - Fixes a bug that crashed the process when a file failed to write. - Fixes a bug that malformed the output dir...

Hello, this is a feature request. With Webpack, it is possible to generate bundled js files along with their sourcemaps without including the original source in the sourcemaps. But the...

Can you restore the src/components/ folder? The current command is Shuji -v app.52896ad8f3c5ea5bf029.js.map -o /mnt/ios/3. There will be conflicts Warning: File /mnt/ios/3/index.vue already exists, skipping! Want to achieve the following...

Added the ability to unpack webpack bundles into source directory. Could be implementing #11. For now, I created an argument switch to enable the feature as I only tested with...