[ https://issues.apache.org/jira/browse/FLEX-35332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josh Tynjala updated FLEX-35332: -------------------------------- Affects Version/s: Apache FalconJX 0.8.0 > 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 > Affects Versions: Apache FalconJX 0.8.0 > 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)