Commit Graph

5 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
08b3823db2 move annotations from property name to feature name 2015-02-08 13:40:36 +01:00
Pavol Bielik
1ef640da8e update tests 2015-01-26 17:10: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