added jsvm typings and docs generation

This commit is contained in:
Gani Georgiev
2023-06-20 08:54:02 +03:00
parent c0a6a21b9e
commit ed4304dc30
6 changed files with 20342 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ func TestBaseBindsCount(t *testing.T) {
vm := goja.New()
baseBinds(vm)
testBindsCount(vm, "this", 9, t)
testBindsCount(vm, "this", 12, t)
}
func TestBaseBindsUnmarshal(t *testing.T) {