oxc/crates/oxc_ecmascript/src
Boshen fd57e00108 feat(ecmascript): add abstract_relational_comparison to dce (#6846)
I removed bigint comparisons because they were incorrect
2024-10-24 06:46:07 +00:00
..
constant_evaluation feat(ecmascript): add abstract_relational_comparison to dce (#6846) 2024-10-24 06:46:07 +00:00
side_effects feat(minifier): finish implementing folding object expressions (#6586) 2024-10-15 15:51:34 +00:00
bound_names.rs chore(oxc): rename crate oxc_syntax_operations to oxc_ecmascript (#6469) 2024-10-12 08:34:42 +00:00
is_simple_parameter_list.rs chore(oxc): rename crate oxc_syntax_operations to oxc_ecmascript (#6469) 2024-10-12 08:34:42 +00:00
lib.rs feat(ecmascript): add feature flag for constant evaluation 2024-10-15 23:49:45 +08:00
private_bound_identifiers.rs chore(oxc): rename crate oxc_syntax_operations to oxc_ecmascript (#6469) 2024-10-12 08:34:42 +00:00
prop_name.rs chore(oxc): rename crate oxc_syntax_operations to oxc_ecmascript (#6469) 2024-10-12 08:34:42 +00:00
string_char_at.rs feat(minifier): implement folding charAt string fns (#6436) 2024-10-13 06:41:05 +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_to_big_int.rs feat(ecmascript): add ToBigInt and StringToBigInt (#6508) 2024-10-13 11:26:07 +00:00
string_to_number.rs refactor(ecmascript): improve string to number conversion (#6577) 2024-10-15 14:25:30 +00:00
to_big_int.rs feat(ecmascript): add ToBigInt and StringToBigInt (#6508) 2024-10-13 11:26:07 +00:00
to_boolean.rs feat(ecmascript): add ConstantEvaluation (#6549) 2024-10-14 07:53:44 +00:00
to_int_32.rs refactor(ecmascript): move ToInt32 from oxc_syntax to oxc_ecmascript (#6471) 2024-10-12 09:29:46 +00:00
to_number.rs feat(ecmascript): add StringToNumber (#6576) 2024-10-15 08:52:54 +00:00
to_string.rs refactor(minifier): use constant folding unary expression from oxc_ecmascript (#6647) 2024-10-17 15:30:38 +00:00