We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@ts-expect-error
1 parent 925e9b6 commit 23536a0Copy full SHA for 23536a0
‎README.md
@@ -16,5 +16,7 @@ pnpm i @coderabbitai/ast-grep-langs @ast-grep/napi
16
import { registerDynamicLanguage } from "@ast-grep/napi"
17
import { langs } from "@coderabbitai/ast-grep-langs"
18
19
+// @ts-expect-error Type `StaticLangRegistration` is missing the following
20
+// properties from type `LangRegistration`: `libraryPath`, `extensions`.
21
registerDynamicLanguage(langs)
22
```
0 commit comments