Add parsing support to vercte/dictionaries.js for convenience #5877
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 | "---"'.
|
|
|
|
Type warning - may indicate a bug - ignore if no bug:
extensions/vercte/dictionaries.js#L5
Cannot find name 'https'.
|
|
Type warning - may indicate a bug - ignore if no bug:
extensions/vercte/dictionaries.js#L5
Cannot find name 'LSPECTRONIZTAR'.
|
|
Type warning - may indicate a bug - ignore if no bug:
extensions/vercte/dictionaries.js#L5
Declaration or statement expected.
|