Josh Tynjala created FLEX-35332:
-----------------------------------
Summary: Source maps in MXML broken because directive uses
incorrect .mxml.map extension
Key: FLEX-35332
URL: https://issues.apache.org/jira/browse/FLEX-35332
Project: Apache Flex
Issue Type: Bug
Components: FalconJX
Reporter: Josh Tynjala
Assignee: Josh Tynjala
Looks like this:
{code}
//# sourceMappingURL=./SourceMapsFlexJS.mxml.map
{code}
Should be this:
{code}
//# sourceMappingURL=./SourceMapsFlexJS.js.map
{code}
Interestingly, VSCode still works with the wrong extension, so it must figure
out that the MXML maps to JS in a different way.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)