v/vlib/builtin/js
2025-05-31 08:00:34 +03:00
..
array.js.v strings, builtin: remove strings.Builder.clear(), fix array.clear() not working in the JS backend (#23992) 2025-03-22 17:24:59 +02:00
array_test.js.v tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02:00
builtin.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
builtin.v markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380) 2025-01-06 08:23:56 +02:00
byte.js.v vlib: simplify byte character conditions by using methods like is_capital, is_lower, is_letter etc (#21725) 2024-06-25 09:55:08 +03:00
float.js.v
int.js.v checker: fix private symbol visibility checking (fix #23518) (#23543) 2025-01-27 11:42:27 +02:00
int_test.js.v tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02:00
jsfns.js.v builtin: implement a JS version of string.split_any (#21612) 2024-06-08 07:10:57 +03:00
jsfns_browser.js.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
jsfns_node.js.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
map.js.v jsgen: fix direct map key access and map.len (fix #24616, fix #24605) (#24620) 2025-05-31 08:00:34 +03:00
map_test.js.v checker: do not allow &u8(0), force nil like we do with &Type(0) 2025-05-03 22:37:51 +03:00
promise.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
rune.js.v builtin: cleanup u8.repeat() and rune.repeat() (#22100) 2024-08-23 08:24:35 +03:00
string.js.v jsgen: fix string.runes method (fix #20500) (#24609) 2025-05-30 06:15:08 +03:00
string_test.js.v tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02:00
utf8.js.v ci: fix v build-examples 2022-04-15 20:31:10 +03:00