Skip to content

Implement string escaping and fix bug with error messages #73

Implement string escaping and fix bug with error messages

Implement string escaping and fix bug with error messages #73

Triggered via pull request March 26, 2024 08:09
Status Failure
Total duration 8m 12s
Artifacts

tact.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
test (18.x, ubuntu-latest): src/generator/writers/writeExpression.ts#L135
Unnecessary escape character: \"
test (18.x, ubuntu-latest): src/generator/writers/writeExpression.ts#L155
'id' is never reassigned. Use 'const' instead
test (18.x, ubuntu-latest)
Process completed with exit code 1.
test (18.x, macos-latest): src/generator/writers/writeExpression.ts#L135
Unnecessary escape character: \"
test (18.x, macos-latest): src/generator/writers/writeExpression.ts#L155
'id' is never reassigned. Use 'const' instead
test (18.x, macos-latest)
Process completed with exit code 1.
test (18.x, windows-latest): src/generator/writers/writeExpression.ts#L135
Unnecessary escape character: \"
test (18.x, windows-latest): src/generator/writers/writeExpression.ts#L155
'id' is never reassigned. Use 'const' instead
test (18.x, windows-latest)
Process completed with exit code 1.
test (18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (18.x, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (18.x, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.