feat(web)!: rewrite the library in TypeScript
This commit is contained in:
parent
07a86b1729
commit
2cae67892e
39 changed files with 7856 additions and 3629 deletions
19
lib/binding_web/vitest.config.ts
Normal file
19
lib/binding_web/vitest.config.ts
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
coverage: {
|
||||
include: [
|
||||
'tree-sitter.js',
|
||||
],
|
||||
exclude: [
|
||||
'test/**',
|
||||
'dist/**',
|
||||
'lib/**',
|
||||
'wasm/**'
|
||||
],
|
||||
},
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue