Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12877] Create AST visitor/transformer for "property-aggregation"

GitHub Issuen/a
TypeSub-task
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-24T20:06:00.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsCLI, Code Processor, Core
Labelsast_transformation, performance
ReporterMatt Langston
AssigneeChris Barber
Created2013-02-26T22:38:51.000+0000
Updated2017-03-20T17:34:12.000+0000

Description

var v = Ti.UI.createView(); v.width = Ti.UI.FILL; v.height = Ti.UI.FILL; v.backgroundColor = "red"; w.add(v); is transformed to w.add(Ti.UI.createView({width:Ti.UI.FILL,height:Ti.UI.FILL,backgroundColor:"red"}));

Comments

  1. Chris Barber 2016-08-24

    Code processor is dead.
  2. Lee Morris 2017-03-20

    Closing ticket as code processor is no longer supported.

JSON Source