1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

jsdom,builtin: add all methods for DOMMatrix; add conversion methods to convet from/to JS types (#12395)

This commit is contained in:
playX
2021-11-06 16:52:24 +03:00
committed by GitHub
parent 7a9ba9f41f
commit 5f3dcde358
4 changed files with 431 additions and 64 deletions

View File

@@ -7,6 +7,8 @@
module builtin
pub struct JS.BigInt {}
pub struct JS.Number {}
pub struct JS.String {