oxc/crates/oxc_ecmascript/src
2025-01-10 07:18:06 +00:00
..
constant_evaluation fix(minifier): +0n produces TypeError (#8410) 2025-01-10 07:18:06 +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): implement folding charAt string fns (#6436) 2024-10-13 06:41:05 +00:00
string_char_code_at.rs feat(minifier): implement folding charCodeAt string fns (#6475) 2024-10-24 14:37:50 +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 feat(minifier): fold .toString() (#8308) 2025-01-07 06:33:58 +00:00