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

Escape backslashes when generating assets object for kotlin js #423

Closed
wakaztahir opened this issue Feb 25, 2023 · 1 comment · Fixed by #426
Closed

Escape backslashes when generating assets object for kotlin js #423

wakaztahir opened this issue Feb 25, 2023 · 1 comment · Fixed by #426
Milestone

Comments

@wakaztahir
Copy link
Contributor

error when compiling on windows , I know you guys are going to take like an year to fix this.

Illegal escape: '\e'

in generated assets object which contains

  internal actual object assets : ResourceContainer<AssetResource> {
    public actual val export_from_sketchable: AssetResource = AssetResource(
            originalPath = js("require(\"files\export-from-sketchable.md\")") as String, 
            rawPath = "export-from-sketchable.md"
        )
}
@Alex009 Alex009 linked a pull request Mar 3, 2023 that will close this issue
@Alex009 Alex009 added this to the 0.20.2 milestone Mar 3, 2023
@Alex009
Copy link
Member

Alex009 commented Mar 3, 2023

will be released in 0.21.0

@Alex009 Alex009 closed this as completed Mar 3, 2023
@Alex009 Alex009 mentioned this issue Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants