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

js: use prefixed names for functions and global symbols (#11387)

This commit is contained in:
playX
2021-09-08 20:30:46 +03:00
committed by GitHub
parent 96d4a0777f
commit 72089c4feb
25 changed files with 1895 additions and 357 deletions

View File

@ -50,7 +50,6 @@ pub fn (mut b Builder) writeln(s string) {
}
pub fn (mut b Builder) str() string {
b.buf << byte(0)
s := ''
#for (const c of b.val.buf.arr)