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

fix: handle tslib-generated string templates #966

Closed
antongolub opened this issue Dec 14, 2024 · 0 comments · Fixed by #997
Closed

fix: handle tslib-generated string templates #966

antongolub opened this issue Dec 14, 2024 · 0 comments · Fixed by #997
Labels
bug ossln24 OSS Library Night 2024

Comments

@antongolub
Copy link
Collaborator

The problem occurs for scripts compiled for compatibility with older JS versions.

return (0, zurk_1.$)({
        env: opts.env,
        cwd: opts.cwd,
        shell: false
    })(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["git pull --tags --force ", " ", ""], ["git pull --tags --force ", " ", ""])), repo, pullTagsBranch).catch(console.error);

Originated from:
qiwi/semantic-release-gh-pages-plugin#282
webpod/zurk#33

This should be fixed via zurk dep update, but:

  1. A new test case is strictly required
  2. zurk version should also be updated for webpod/ps to avoid zx bundle size grouth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ossln24 OSS Library Night 2024
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant