Skip to content
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

Uglify 3 merge #6

Open
wants to merge 2,712 commits into
base: master
Choose a base branch
from
Open

Uglify 3 merge #6

wants to merge 2,712 commits into from

Conversation

mjpieters
Copy link

Merge in Uglify master and modernize

This brings this codebase up to speed with current JS standards.

  • Moved tests to an updated version in test/feature_extractor.js (based on test/compress.js, which in turn was evolved from test/run-tests.js)
  • Update test/feature_extractor/*.js files to use valid JS syntax (multiline strings in JS template strings)
  • Drop use of deprecated sys methods (using console instead).

Upstream changes supporting the development process (.github/ and CONTRIBUTING.md) were not included in this merge.

alexlamsl and others added 30 commits November 1, 2022 09:38
- fix corner case in `mangle`
This brings this codebase up to speed with current JS standards.

- Moved tests to an updated version in test/feature_extractor.js (based
  on test/compress.js, which in turn was evolved from test/run-tests.js)
- Update test/feature_extractor/*.js files to use valid JS syntax (
  multiline strings in JS template strings)
- Drop use of deprecated sys methods (using console instead).

Upstream changes supporting the development process (.github/ and
CONTRIBUTING.md) were not included in this merge.
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.

4 participants