v/vlib/v/gen/js
yuyi 108a01d65f
fmt: fix unnecessary line break in array init (fix #11448) (#11562)
2021-09-21 16:20:09 +03: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: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
array.v js: use prefixed names for functions and global symbols (#11387) 2021-09-08 20:30:46 +03:00
auto_eq_methods.v v.gen.js: refactor code, fix alias codegen, `-stats` now again works with tests on the JS backend (#11512) 2021-09-16 14:00:15 +03:00
auto_str_methods.v js: use prefixed names for functions and global symbols (#11387) 2021-09-08 20:30:46 +03:00
builtin_types.v all: remove `size_t` (#11478) 2021-09-21 02:12:38 +03:00
comptime.v v.gen.js: add three backend options for JS, and comptime if support (#10859) 2021-07-19 15:55:03 +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 v.gen.js: refactor code, fix alias codegen, `-stats` now again works with tests on the JS backend (#11512) 2021-09-16 14:00:15 +03:00
infix.v js: equality method generation for V types (#11503) 2021-09-16 07:07:48 +03:00
js.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03: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: use prefixed names for functions and global symbols (#11387) 2021-09-08 20:30:46 +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