0 branches
Tree
Top files
Clone with HTTPS:
compare_ints.v
checker,transformer: add always true/false branch detection for the `if` and `match` constructs (#25674)
last Nov 9
145 bytes
comptime_if_expr_issue_24784.out
jsgen: fix Javascript cross compilation error (fixes #24784)
last Apr 23
18 bytes
comptime_if_expr_issue_24784.v
jsgen: fix Javascript cross compilation error (fixes #24784)
last Apr 23
116 bytes
hw.v
tests: add vlib/v/gen/js/program_test.v to ease regression testing `-b js` programs
4 years ago
23 bytes
js_browser_builtin_print_regression.out
js: add output file for js_browser_builtin_print_regression.v (#26847)
last Apr 10
n/a
js_browser_builtin_print_regression.v
js: fix array.get index out of range panic (fixes #11379)
last Mar 25
118 bytes
js_object_field_string.out
js: Backend / unwraping Javascript Objects / TypeError: e.stack.contains is not a function (fixes #10393)
last Mar 11
18 bytes
js_object_field_string.v
js: Backend / unwraping Javascript Objects / TypeError: e.stack.contains is not a function (fixes #10393)
last Mar 11
276 bytes
match.out
jsgen: fix array type checking in sum type match expressions (fix #24237 ) (#24259)
1 year ago
108 bytes
match.v
checker,transformer: add always true/false branch detection for the `if` and `match` constructs (#25674)
last Nov 9
1.28 KB
overloading.out
js: use prefixed names for functions and global symbols (#11387)
4 years ago
34 bytes
string_methods.v
builtin: s.trim_prefix/1 -> s.trim_string_left/1, s.trim_suffix/1 -> s.trim_string_right/1
4 years ago
136 bytes