Bump web-tree-sitter from 0.20.8 to 0.25.1 #353
Annotations
5 errors and 2 warnings
format-check:
node_modules/web-tree-sitter/web-tree-sitter.d.ts#L136
Cannot find name 'EmscriptenModule'.
|
format-check:
src/ui/sourceCodeParser.ts#L13
Cannot use namespace 'Parser' as a type.
|
format-check:
src/ui/sourceCodeParser.ts#L14
Property 'init' does not exist on type 'typeof import("web-tree-sitter")'.
|
format-check:
src/ui/sourceCodeParser.ts#L15
This expression is not constructable.
|
format-check
Process completed with exit code 2.
|
format-check:
src/ui/sourceCodeParser.ts#L7
Using exported name 'Parser' as identifier for default import
|
format-check:
src/ui/sourceCodeParser.ts#L16
Caution: `Parser` also has a named export `Language`. Check if you meant to write `import {Language} from 'web-tree-sitter'` instead
|