fix(web): correct type errors, improve build

This commit is contained in:
vemoo 2025-08-30 22:51:41 +02:00 committed by GitHub
parent ca27fb5d43
commit 4db3edadf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 128 additions and 105 deletions

View file

@ -6,7 +6,7 @@ import { Query } from './query';
const LANGUAGE_FUNCTION_REGEX = /^tree_sitter_\w+$/;
export class LanguageMetadata {
export interface LanguageMetadata {
readonly major_version: number;
readonly minor_version: number;
readonly patch_version: number;