Commit Graph

6 Commits

Author SHA1 Message Date
Martijn Pieters
e2d8a36e6a
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.
2023-11-03 18:52:53 +00:00
Pavol Bielik
53aaf2e606 fix string unescaping 2015-01-29 12:29:11 +01:00
Pavol Bielik
8bfc409ff0 refactoring 2015-01-28 19:56:01 +01:00
Pavol Bielik
027027634d check server version 2015-01-27 16:27:35 +01:00
Pavol Bielik
9d013a10af Add support for colored output (disabled by default) 2015-01-26 21:31:12 +01:00
Pavol Bielik
c54754e7f2 script name refactoring 2015-01-26 16:53:24 +01:00