v/vlib/v/gen/js
playX f584e70cf2
js: add fixes for generic structures and functions; add promise API; refactor modules (#12575)
2021-11-25 16:49:53 +02:00
..
sourcemap v.gen.c: fix assert `f().len == 1` calling f() twice (closes issue 11501) 2021-09-16 19:01:35 +03:00
tests fmt: remove unnecessary paren in assert stmt (#12546) 2021-11-23 07:30:54 +02:00
array.v js: support running `.js.v` tests in `v test-self`, fixes for array methods & codegen (#12011) 2021-09-29 15:33:14 +03:00
auto_eq_methods.v js: support running `.js.v` tests in `v test-self`, fixes for array methods & codegen (#12011) 2021-09-29 15:33:14 +03:00
auto_str_methods.v js: fix interfaces behaviour & disable struct deep copy for now (#12333) 2021-10-29 11:23:40 +03:00
builtin_types.v js,strconv: port some functions to JS backend, improve `rune.str()` (#12460) 2021-11-14 21:06:58 +02:00
comptime.v all: cleanup/rename all `comp_` names to be `comptime_` (#12467) 2021-11-15 15:47:29 +02:00
deep_copy.v js: fix interfaces behaviour & disable struct deep copy for now (#12333) 2021-10-29 11:23:40 +03:00
fast_deep_equal.js v.gen.js: add more array tests and fixes (#11014) 2021-08-01 14:08:49 +03:00
fn.v js: add fixes for generic structures and functions; add promise API; refactor modules (#12575) 2021-11-25 16:49:53 +02:00
infix.v strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464) 2021-11-15 14:13:44 +02:00
js.v js: add fixes for generic structures and functions; add promise API; refactor modules (#12575) 2021-11-25 16:49:53 +02:00
jsdoc.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
jsgen_test.v all: more chdir/chmod fixes 2021-08-28 12:52:48 +03:00
program_test.v all: more chdir/chmod fixes 2021-08-28 12:52:48 +03:00
str.v js: support running `.js.v` tests in `v test-self`, fixes for array methods & codegen (#12011) 2021-09-29 15:33:14 +03:00
temp_fast_deep_equal.v js: implement codegen for array.sort and implement .any,.all (#11100) 2021-08-09 01:46:40 +03:00
util.v js: use prefixed names for functions and global symbols (#11387) 2021-09-08 20:30:46 +03:00