3 Star 1 Fork 2

Gitee 极速下载/JavaScriptObfuscator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/javascript-obfuscator/javascript-obfuscator
克隆/下载
CONTRIBUTING.md 1.01 KB
一键复制 编辑 原始数据 按行查看 历史

Contributing to JavaScript Obfuscator

Setup

1 Clone your fork of the repository

$ git clone https://github.com/YOUR_USERNAME/javascript-obfuscator.git

2 Install npm dependencies

$ yarn

3 Run Dev process

$ yarn run watch

4 Run Build process

$ yarn run build

Guidelines

  • Please try to combine multiple commits before pushing

  • Please use TDD when fixing bugs. This means that you should write a unit test that fails because it reproduces the issue, then fix the issue and finally run the test to ensure that the issue has been resolved. This helps us prevent fixed bugs from happening again in the future

  • Please keep the test coverage at 95+%. Write additional unit tests if necessary

  • Please keep code style consistent

  • Please create an issue before sending a PR if it is going to change the public interface of JavaScript Obfuscator or includes significant architecture changes

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mirrors/JavaScriptObfuscator.git
git@gitee.com:mirrors/JavaScriptObfuscator.git
mirrors
JavaScriptObfuscator
JavaScriptObfuscator
master

搜索帮助