Skip to content

Add dangerously-overwrite option to CLI and API #1305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tnrich
Copy link

@tnrich tnrich commented Feb 26, 2025

@sanex3339

Fixes #403 #412

Add a new option --dangerously-overwrite to the CLI to enable overwriting original files with obfuscated content.

  • src/cli/JavaScriptObfuscatorCLI.ts
    • Add the --dangerously-overwrite option to the configureCommands method.
    • Update the processSourceCodeData method to handle the --dangerously-overwrite option.
  • src/cli/utils/ObfuscatedCodeFileUtils.ts
    • Add a new method getOutputCodePathForOverwrite to return the original file path.
    • Update the getOutputCodePath method to handle the --dangerously-overwrite option.
  • test/functional-tests/cli/JavaScriptObfuscatorCLI.spec.ts
    • Add a new test case to verify the --dangerously-overwrite option works as expected.
  • README.md
    • Add documentation for the new --dangerously-overwrite option.

Fixes javascript-obfuscator#403

Add a new option `--dangerously_overwrite` to the CLI to enable overwriting original files with obfuscated content.

* **src/cli/JavaScriptObfuscatorCLI.ts**
  - Add the `--dangerously_overwrite` option to the `configureCommands` method.
  - Update the `processSourceCodeData` method to handle the `--dangerously_overwrite` option.
* **src/cli/utils/ObfuscatedCodeFileUtils.ts**
  - Add a new method `getOutputCodePathForOverwrite` to return the original file path.
  - Update the `getOutputCodePath` method to handle the `--dangerously_overwrite` option.
* **test/functional-tests/cli/JavaScriptObfuscatorCLI.spec.ts**
  - Add a new test case to verify the `--dangerously_overwrite` option works as expected.
* **README.md**
  - Add documentation for the new `--dangerously_overwrite` option.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/javascript-obfuscator/javascript-obfuscator/issues/403?shareId=XXXX-XXXX-XXXX-XXXX).
@tnrich tnrich changed the title Add dangerously overwrite option to CLI and API Add dangerously-overwrite option to CLI and API Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Obfuscate folder but keep same file names
1 participant