Commit Graph

15 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
cad5e8935f update features 2015-02-19 01:10:45 +01:00
Pavol Bielik
08b3823db2 move annotations from property name to feature name 2015-02-08 13:40:36 +01:00
Pavol Bielik
53aaf2e606 fix string unescaping 2015-01-29 12:29:11 +01:00
Pavol Bielik
072e0c16e1 update rename functionality 2015-01-26 15:39:51 +01:00
Pavol Bielik
4fdfd6a04c Add support for renaming directly from command line 2015-01-26 02:31:07 +01:00
Pavol Bielik
2afb966fbf Update encoding.
Note that using some unicode characters is broken due to UglifyJS.
2015-01-25 16:37:14 +01:00
Pavol Bielik
b2198226dd fix encoding and stack overflow 2015-01-25 15:20:50 +01:00
Pavol Bielik
ff5757d187 Add colored console output 2015-01-25 12:19:30 +01:00
Pavol Bielik
1e3d236aed do not output constrains if there are no features 2015-01-25 01:50:10 +01:00
Pavol Bielik
38b01e67dc refactor 2015-01-25 00:12:10 +01:00
Pavol Bielik
797aa1d035 Add child_id to features 2015-01-25 00:11:59 +01:00
Pavol Bielik
09f3edad48 Add unique name for constants 2015-01-25 00:11:36 +01:00
Pavol Bielik
b0412a6ae8 Add generating scope constraints 2015-01-25 00:11:19 +01:00
Pavol Bielik
874b20eaff Add support for extracting features from JavaScript files 2015-01-22 16:21:02 +01:00