Skip to content

Fix checks for key existance in objects #128

Fix checks for key existance in objects

Fix checks for key existance in objects #128

Triggered via pull request March 29, 2024 08:52
Status Failure
Total duration 9m 23s
Artifacts

tact.yml

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

Annotations

30 errors and 3 warnings
test (18.x, ubuntu-latest): src/generator/writers/writeExpression.ts#L474
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/generator/writers/writeExpression.ts#L534
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/generator/writers/writeExpression.ts#L585
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/types/resolveDescriptors.ts#L163
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/types/resolveDescriptors.ts#L1117
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/types/resolveDescriptors.ts#L1120
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/types/resolveDescriptors.ts#L1132
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/types/resolveDescriptors.ts#L1135
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/types/resolveExpression.ts#L242
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, ubuntu-latest): src/types/resolveExpression.ts#L320
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/generator/writers/writeExpression.ts#L474
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/generator/writers/writeExpression.ts#L534
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/generator/writers/writeExpression.ts#L585
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/types/resolveDescriptors.ts#L163
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/types/resolveDescriptors.ts#L1117
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/types/resolveDescriptors.ts#L1120
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/types/resolveDescriptors.ts#L1132
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/types/resolveDescriptors.ts#L1135
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/types/resolveExpression.ts#L242
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, windows-latest): src/types/resolveExpression.ts#L320
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/generator/writers/writeExpression.ts#L474
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/generator/writers/writeExpression.ts#L534
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/generator/writers/writeExpression.ts#L585
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/types/resolveDescriptors.ts#L163
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/types/resolveDescriptors.ts#L1117
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/types/resolveDescriptors.ts#L1120
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/types/resolveDescriptors.ts#L1132
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/types/resolveDescriptors.ts#L1135
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/types/resolveExpression.ts#L242
Do not access Object.prototype method 'hasOwnProperty' from target object
test (18.x, macos-latest): src/types/resolveExpression.ts#L320
Do not access Object.prototype method 'hasOwnProperty' from target object
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, 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/.
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/.