[TIMOB-8947] CodeProcessor: Select an AST technology
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-29T23:59:07.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | Release 2.1.0, Sprint 2012-10 MW |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2012-05-01T17:03:34.000+0000 |
Updated | 2017-03-08T23:49:24.000+0000 |
Description
AST parsing is useful for a variety of functions. Need to select a base technology.
Based on the analysis of the various AST mechanisms, I recommend UglifyJS as the AST parser technology. It has good enough performance, tied with SpiderMonkey for the best feature set, and is written entirely in Node.JS.
Closing ticket as fixed.