We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zurk
GH Pages to continue to be published as usual
Fails with error TypeError: (0 , zurk_1.$)(...)(...).catch is not a function. An example of such a failing job can be found at https://github.com/eyereasoner/eye-js/actions/runs/12236225074/job/34129931769
TypeError: (0 , zurk_1.$)(...)(...).catch is not a function
See https://github.com/eyereasoner/eye-js/actions/runs/12236225074/job/34129931769
See https://github.com/eyereasoner/eye-js/blob/d07fb2207619a3d785b4befcb93e68761b73ae67/.github/workflows/nodejs.yml#L110-L141
The text was updated successfully, but these errors were encountered:
Wow! This is how tsc compiles
$`cmd`.catch
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);
Sorry, something went wrong.
zurk internal isTemplateLiteral check fails for tslib-generated literals.
isTemplateLiteral
The root cause: microsoft/tslib#277
00f3de6
@jeswr,
v5.4.1 is on the way
No branches or pull requests
Issue type
Expected behavior
GH Pages to continue to be published as usual
Actual behavior
Fails with error
TypeError: (0 , zurk_1.$)(...)(...).catch is not a function
. An example of such a failing job can be found at https://github.com/eyereasoner/eye-js/actions/runs/12236225074/job/34129931769Steps to reproduce
See https://github.com/eyereasoner/eye-js/actions/runs/12236225074/job/34129931769
Specifications
See https://github.com/eyereasoner/eye-js/blob/d07fb2207619a3d785b4befcb93e68761b73ae67/.github/workflows/nodejs.yml#L110-L141
The text was updated successfully, but these errors were encountered: