fix(web): correct type errors, improve build
This commit is contained in:
parent
ca27fb5d43
commit
4db3edadf4
9 changed files with 128 additions and 105 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue