oxc/crates/oxc_semantic/tests/cfg_fixtures
2024-02-01 20:46:38 +08:00
..
argument_map.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
arrow_expressions.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
assignment_operators.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
break_from_a_label_in_global_scope.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
class.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
class_extend_super.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cond_expr_in_arrow_fn.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
conditional_expression.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
do_while_break.js fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
expression_spread.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
fn_return_obj_expr_with_computed_key.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
for_in.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
function_as_expression.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
function_in_finally.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
if_else.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
if_stmt_in_for_in.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
import_as_function.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
index_into_object_with_symbol_as_arg.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
indexing_into_class_expression.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
infix_operators.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
labeled_block_break.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
labelled_try_break.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
logical_expressions_short_circuit.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
member_access_with_numbered_index.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
member_access_with_unreachable.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
nested_computed_member_expression.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
new_and_meta.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
new_class_then_call_fn.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
object_in_computer_member_expression.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
parenthesized_and_sequence_expr.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
private_in.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
simple_spread.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
some.tsx feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
spread_in_a_spread.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
string.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
switch_in_while.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
switch_statement.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
template_literal.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
template_string.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
two_functions.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
unary_operator.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
while.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
yield_as_statement_and_expression.js feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00