Skip to content

Add parsing support to vercte/dictionaries.js for convenience #5877

Add parsing support to vercte/dictionaries.js for convenience

Add parsing support to vercte/dictionaries.js for convenience #5877

Triggered via pull request November 29, 2025 12:19
Status Failure
Total duration 25s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
lint
Process completed with exit code 1.
validate
Process completed with exit code 1.
Validation error: extensions/vercte/dictionaries.js#L1
Error: Missing // License: -- We recommend using // License: MPL-2.0
format
Process completed with exit code 2.
Type warning - may indicate a bug - ignore if no bug: extensions/vercte/dictionaries.js#L419
Argument of type 'DictionaryExtension' is not assignable to parameter of type 'Extension'. The types of 'getInfo().blocks' are incompatible between these types. Type '(string | { opcode: string; blockType: "reporter"; text: string; hideFromPalette?: undefined; arguments?: undefined; } | { opcode: string; blockType: "reporter"; hideFromPalette: boolean; text: string; arguments: { ...; }; } | ... 7 more ... | { ...; })[]' is not assignable to type '(Block | "---")[]'. Type 'string | { opcode: string; blockType: "reporter"; text: string; hideFromPalette?: undefined; arguments?: undefined; } | { opcode: string; blockType: "reporter"; hideFromPalette: boolean; text: string; arguments: { ...; }; } | ... 7 more ... | { ...; }' is not assignable to type 'Block | "---"'. Type 'string' is not assignable to type 'Block | "---"'.