mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
jsdom,builtin: add all methods for DOMMatrix; add conversion methods to convet from/to JS types (#12395)
This commit is contained in:
parent
7a9ba9f41f
commit
5f3dcde358
4 changed files with 431 additions and 64 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
module builtin
|
||||
|
||||
pub struct JS.BigInt {}
|
||||
|
||||
pub struct JS.Number {}
|
||||
|
||||
pub struct JS.String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue