Titanium JIRA Archive
Alloy (ALOY)

[ALOY-356] Remove string builtin from runtime alloy.js file

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2012-11-02T21:54:24.000+0000
Affected Version/sn/a
Fix Version/sAlloy 0.3.2, 2012 Sprint 22
ComponentsRuntime, XML
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-11-01T14:11:28.000+0000
Updated2018-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.

Comments

  1. Tony Lukasavage 2012-11-02

    dependency in runtime alloy.js on string builtin removed, which will help speed up the compile process

JSON Source