mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
jsgen: fix string and array for loops and improve casting (#9295)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
module builtin
|
||||
|
||||
pub struct string {
|
||||
pub:
|
||||
str JS.String
|
||||
len u32
|
||||
}
|
||||
|
Reference in New Issue
Block a user