oxc/crates/oxc_ecmascript/src
2024-11-29 09:18:45 +00:00
..
constant_evaluation chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
side_effects chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
array_join.rs test(ecmascript): move tests to oxc_minifier due to cyclic dependency with oxc_parser (#7542) 2024-11-29 09:18:45 +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 chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
string_to_number.rs fix(minifier): fix remaining runtime bugs (#6855) 2024-10-24 12:22:18 +00:00
to_big_int.rs feat(minifier): late peeophole optimization (#6882) 2024-10-25 16:12:29 +00:00
to_boolean.rs feat(ecmascript): add ConstantEvaluation (#6549) 2024-10-14 07:53:44 +00:00
to_int_32.rs
to_number.rs refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
to_string.rs feat(ecma): implement array join method (#6936) 2024-11-26 11:28:07 +00:00