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:22:00 UTC

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

    [ https://issues.apache.org/jira/browse/FLEX-35332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16067355#comment-16067355 ] 

Josh Tynjala commented on FLEX-35332:
-------------------------------------

d798440282af8d46df396bef3b0eb724919bdfcc

> 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)