You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Josh Tynjala (JIRA)" <ji...@apache.org> on 2017/06/28 22:13:00 UTC

[jira] [Created] (FLEX-35332) Source maps in MXML broken because directive uses incorrect .mxml.map extension

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)