mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
js: array improvements (#11952)
This commit is contained in:
parent
f3757a7cd1
commit
863dd0b23e
11 changed files with 469 additions and 193 deletions
|
@ -52,7 +52,7 @@ pub fn (mut b Builder) writeln(s string) {
|
|||
pub fn (mut b Builder) str() string {
|
||||
s := ''
|
||||
|
||||
#for (const c of b.val.buf.arr)
|
||||
#for (const c of b.val.buf.arr.arr)
|
||||
#s.str += String.fromCharCode(+c)
|
||||
|
||||
return s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue