oxc/crates/oxc_ecmascript/src
sapphi-red 8f57929419
refactor(minifier): merge try_compress_type_of_equal_string into try_minimize_binary (#8561)
This compression can be handled by `try_minimize_binary`.
2025-01-17 11:01:54 +00:00
..
constant_evaluation refactor(minifier): merge try_compress_type_of_equal_string into try_minimize_binary (#8561) 2025-01-17 11:01:54 +00:00
side_effects fix(minifier): a in b has error throwing side effect (#8406) 2025-01-10 05:23:07 +00:00
array_join.rs style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
bound_names.rs
is_simple_parameter_list.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
lib.rs feat(ecma): implement array join method (#6936) 2024-11-26 11:28:07 +00:00
private_bound_identifiers.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
prop_name.rs test(ecmascript): move tests to oxc_minifier due to cyclic dependency with oxc_parser (#7542) 2024-11-29 09:18:45 +00:00
string_char_at.rs feat(minifier): improve .charCodeAt(arg) when arg is valid (#8534) 2025-01-16 06:36:34 +00:00
string_char_code_at.rs feat(minifier): improve .charCodeAt(arg) when arg is valid (#8534) 2025-01-16 06:36:34 +00:00
string_index_of.rs refactor(minifier): move string methods to oxc_ecmascript (#6472) 2024-10-12 09:40:43 +00:00
string_last_index_of.rs refactor(minifier): move string methods to oxc_ecmascript (#6472) 2024-10-12 09:40:43 +00:00
string_substring.rs feat(minifier): implement folding substring string fns (#6869) 2024-10-25 01:29:56 +00:00
string_to_big_int.rs style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
string_to_number.rs chore(deps): update dependency rust to v1.84.0 (#8391) 2025-01-09 18:11:17 +00:00
to_big_int.rs refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00
to_boolean.rs feat(minifier): minimize conditions in boolean context (#8381) 2025-01-10 03:47:10 +00:00
to_int_32.rs fix(ecmascript): incorrect to_int_32 value for Infinity (#8144) 2024-12-27 21:48:25 +08:00
to_number.rs feat(minifier): minify call expressionsto Number (#8267) 2025-01-06 02:21:28 +00:00
to_string.rs fix(minifier): fix incorrect null.toString() and 1n.toString() (#8464) 2025-01-13 15:08:49 +00:00