Implement otherwise and combinating tests from XQ4 #2322
Annotations
21 errors and 3 warnings
Tests on node.js 20
Argument of type '{ allowUpdating: true; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 20:
src/evaluateUpdatingExpressionSync.ts#L1
Argument of type '{ allowUpdating: true; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 20:
src/expressions/functions/builtInFunctions_fontoxpath.ts#L1
Argument of type '{ allowUpdating: false; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 20:
src/index.ts#L1
Argument of type '{ allowXQuery: false; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 20:
src/jsCodegen/compileXPathToJavaScript.ts#L1
Argument of type '{ allowXQuery: boolean; debug: boolean; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 20:
src/registerXQueryModule.ts#L1
Argument of type '{ allowXQuery: true; debug: boolean; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 20
Process completed with exit code 1.
|
Tests on node.js 16
Argument of type '{ allowUpdating: true; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 16:
src/evaluateUpdatingExpressionSync.ts#L1
Argument of type '{ allowUpdating: true; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 16:
src/expressions/functions/builtInFunctions_fontoxpath.ts#L1
Argument of type '{ allowUpdating: false; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 16:
src/index.ts#L1
Argument of type '{ allowXQuery: false; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 16:
src/jsCodegen/compileXPathToJavaScript.ts#L1
Argument of type '{ allowXQuery: boolean; debug: boolean; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 16:
src/registerXQueryModule.ts#L1
Argument of type '{ allowXQuery: true; debug: boolean; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 16
Process completed with exit code 1.
|
Tests on node.js 18
Argument of type '{ allowUpdating: true; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 18:
src/evaluateUpdatingExpressionSync.ts#L1
Argument of type '{ allowUpdating: true; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 18:
src/expressions/functions/builtInFunctions_fontoxpath.ts#L1
Argument of type '{ allowUpdating: false; allowXQuery: true; debug: boolean; disableCache: boolean; }' is not assignable to parameter of type '{ allowUpdating: boolean; allowXQuery: boolean; debug: boolean; disableCache: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 18:
src/index.ts#L1
Argument of type '{ allowXQuery: false; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 18:
src/jsCodegen/compileXPathToJavaScript.ts#L1
Argument of type '{ allowXQuery: boolean; debug: boolean; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 18:
src/registerXQueryModule.ts#L1
Argument of type '{ allowXQuery: true; debug: boolean; }' is not assignable to parameter of type '{ allowXQuery?: boolean; debug?: boolean; version: 4 | 3.1; }'.
|
Tests on node.js 18
Process completed with exit code 1.
|
Tests on node.js 20
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests on node.js 16
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests on node.js 18
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|