Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13879] Code Processor: Rework how source maps are specified in config files

GitHub Issuen/a
TypeStory
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-05-17T01:16:02.000+0000
Affected Version/sRelease 3.1.1
Fix Version/s2013 Sprint 10 JS, 2013 Sprint 10, Release 3.1.1, Release 3.2.0
ComponentsCode Processor
Labelsn/a
ReporterIngo Muschenetz
AssigneeMatt Langston
Created2013-05-16T08:03:48.000+0000
Updated2017-03-09T18:12:25.000+0000

Description

The current way that source maps are defined is cumbersome and error-prone to work with. Instead of specifying each map, only the source map directory should be specified, and the code processor should be the one to crawl the directory since it has to load the maps anyways.

Comments

  1. Bryan Hughes 2013-05-16

    PR: https://github.com/appcelerator/titanium-code-processor/pull/190 1_0_X PR: https://github.com/appcelerator/titanium-code-processor/pull/191
  2. Bryan Hughes 2013-05-16

    To test: Run against an alloy map and make sure that lines are being source mapped (when possible). There should be no behavioral change between this PR and master (all changes are under the hood).
  3. Lee Morris 2017-03-09

    Closing ticket as fixed.

JSON Source