fix(types): Node#loc is not optional #501
ci.yml
on: push
Node.js Linting
10s
Rust CI Tests
16s
Matrix: Node.js CI Tests
Annotations
57 errors and 8 warnings
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Document"; body: ValueNode; }' is not assignable to type 'DocumentNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "String"; value: string; }' is not assignable to type 'StringNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Number"; value: number; }' is not assignable to type 'NumberNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Boolean"; value: boolean; }' is not assignable to type 'BooleanNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Null"; }' is not assignable to type 'NullNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Array"; elements: ElementNode[]; }' is not assignable to type 'ArrayNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Element"; value: ValueNode; }' is not assignable to type 'ElementNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Object"; members: MemberNode[]; }' is not assignable to type 'ObjectNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Member"; name: StringNode; value: ValueNode; }' is not assignable to type 'MemberNode'.
|
Node.js CI Tests (ubuntu-latest, 19.x)
Process completed with exit code 2.
|
Node.js CI Tests (macOS-latest, 19.x)
The job was canceled because "ubuntu-latest_19_x" failed.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Document"; body: ValueNode; }' is not assignable to type 'DocumentNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "String"; value: string; }' is not assignable to type 'StringNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Number"; value: number; }' is not assignable to type 'NumberNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Boolean"; value: boolean; }' is not assignable to type 'BooleanNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Null"; }' is not assignable to type 'NullNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Array"; elements: ElementNode[]; }' is not assignable to type 'ArrayNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Element"; value: ValueNode; }' is not assignable to type 'ElementNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Object"; members: MemberNode[]; }' is not assignable to type 'ObjectNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Type '{ loc?: LocationRange; range?: Range; type: "Member"; name: StringNode; value: ValueNode; }' is not assignable to type 'MemberNode'.
|
Node.js CI Tests (macOS-latest, 19.x)
Process completed with exit code 2.
|
Node.js CI Tests (macOS-latest, 18.x)
The job was canceled because "ubuntu-latest_19_x" failed.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Document"; body: ValueNode; }' is not assignable to type 'DocumentNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "String"; value: string; }' is not assignable to type 'StringNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Number"; value: number; }' is not assignable to type 'NumberNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Boolean"; value: boolean; }' is not assignable to type 'BooleanNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Null"; }' is not assignable to type 'NullNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Array"; elements: ElementNode[]; }' is not assignable to type 'ArrayNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Element"; value: ValueNode; }' is not assignable to type 'ElementNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Object"; members: MemberNode[]; }' is not assignable to type 'ObjectNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Member"; name: StringNode; value: ValueNode; }' is not assignable to type 'MemberNode'.
|
Node.js CI Tests (macOS-latest, 18.x)
Process completed with exit code 2.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "Document"; body: ValueNode; }' is not assignable to type 'DocumentNode'.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "String"; value: string; }' is not assignable to type 'StringNode'.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "Number"; value: number; }' is not assignable to type 'NumberNode'.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "Boolean"; value: boolean; }' is not assignable to type 'BooleanNode'.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "Null"; }' is not assignable to type 'NullNode'.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "Array"; elements: ElementNode[]; }' is not assignable to type 'ArrayNode'.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "Element"; value: ValueNode; }' is not assignable to type 'ElementNode'.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "Object"; members: MemberNode[]; }' is not assignable to type 'ObjectNode'.
|
Node.js Linting
Type '{ loc?: LocationRange; range?: Range; type: "Member"; name: StringNode; value: ValueNode; }' is not assignable to type 'MemberNode'.
|
Node.js Linting
Process completed with exit code 2.
|
Node.js CI Tests (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_19_x" failed.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Document"; body: ValueNode; }' is not assignable to type 'DocumentNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "String"; value: string; }' is not assignable to type 'StringNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Number"; value: number; }' is not assignable to type 'NumberNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Boolean"; value: boolean; }' is not assignable to type 'BooleanNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Null"; }' is not assignable to type 'NullNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Array"; elements: ElementNode[]; }' is not assignable to type 'ArrayNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Element"; value: ValueNode; }' is not assignable to type 'ElementNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Object"; members: MemberNode[]; }' is not assignable to type 'ObjectNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
Type '{ loc?: LocationRange; range?: Range; type: "Member"; name: StringNode; value: ValueNode; }' is not assignable to type 'MemberNode'.
|
Node.js CI Tests (ubuntu-latest, 18.x)
The operation was canceled.
|
Node.js CI Tests (windows-latest, 19.x)
The job was canceled because "ubuntu-latest_19_x" failed.
|
Node.js CI Tests (windows-latest, 19.x)
The operation was canceled.
|
Node.js CI Tests (windows-latest, 18.x)
The job was canceled because "ubuntu-latest_19_x" failed.
|
Node.js CI Tests (windows-latest, 18.x)
The operation was canceled.
|
Node.js CI Tests (ubuntu-latest, 19.x)
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/.
|
Node.js Linting
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/.
|
Rust CI Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust CI Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust CI Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust CI Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust CI Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rust CI Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|