[ALOY-356] Remove string builtin from runtime alloy.js file
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-11-02T21:54:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 0.3.2, 2012 Sprint 22 |
Components | Runtime, XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-11-01T14:11:28.000+0000 |
Updated | 2018-03-07T22:25:59.000+0000 |
Description
We are currently pulling the string builtin into every alloy app for the purpose of using the ucfirst() function. If we remove this dependency, then we will reduce the potential compile time, giving alloy one less file to AST parse on every build.
dependency in runtime alloy.js on string builtin removed, which will help speed up the compile process