mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
v.gen.js: add more array tests and fixes (#11014)
This commit is contained in:
parent
77e9ed417f
commit
836ac54d12
8 changed files with 356 additions and 15 deletions
8
vlib/builtin/js/int.js.v
Normal file
8
vlib/builtin/js/int.js.v
Normal file
|
@ -0,0 +1,8 @@
|
|||
module builtin
|
||||
|
||||
pub fn (i int) str() string {
|
||||
mut res := ''
|
||||
#res = new builtin.string( i )
|
||||
|
||||
return res
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue