Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tmxData.type instead of file extension and also return a result for xml extension #1228

Merged
merged 2 commits into from
May 16, 2024

Commits on May 15, 2024

  1. Dear Olivier,

    I would like to suggest this change as for those of us using a build step (React / Vue), "tsx" is usually recognised as a typescript-jsx file type which renders us unable to import an asset with that extension as it would be parsed wrongly. Therefore, I suggest to use the type attribute instead of the file extension if available. Also, if the type is XML, it should allow the user to deal with whatever was parsed rather than simply returning nothing.
    customautosys committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e37ef35 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    95eb9b7 View commit details
    Browse the repository at this point in the history