Added some analysis to snippets
New script that generates two JSON files with tokenization data about snippets (does not run on Travis). Data can be used for visualizations and possibly creating a complexity index for the snippets.
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
"extractor": "node ./scripts/extract.js",
|
||||
"packager": "node ./scripts/module.js",
|
||||
"localizer": "node ./scripts/localize.js",
|
||||
"analyzer": "node ./scripts/analyze.js",
|
||||
"test": "jest --verbose"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user