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:
@ -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)
|
||||
|
Reference in New Issue
Block a user