oxc/crates/oxc_semantic/tests/snapshots
2024-02-01 21:04:28 +08:00
..
cfg__cfg_files@argument_map.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@argument_map.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@arrow_expressions.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@arrow_expressions.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@assignment_operators.js-2.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@assignment_operators.js.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@break_from_a_label_in_global_scope.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@break_from_a_label_in_global_scope.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@class.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@class.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@class_extend_super.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@class_extend_super.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@cond_expr_in_arrow_fn.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@cond_expr_in_arrow_fn.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@conditional_expression.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@conditional_expression.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@do_while_break.js-2.snap fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
cfg__cfg_files@do_while_break.js.snap fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
cfg__cfg_files@expression_spread.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@expression_spread.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@fn_return_obj_expr_with_computed_key.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@fn_return_obj_expr_with_computed_key.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@for_in.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@for_in.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@function_as_expression.js-2.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@function_as_expression.js.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@function_in_finally.js-2.snap fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
cfg__cfg_files@function_in_finally.js.snap fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
cfg__cfg_files@if_else.js-2.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@if_else.js.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@if_stmt_in_for_in.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@if_stmt_in_for_in.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@import_as_function.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@import_as_function.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@index_into_object_with_symbol_as_arg.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@index_into_object_with_symbol_as_arg.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@indexing_into_class_expression.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@indexing_into_class_expression.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@infix_operators.js-2.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@infix_operators.js.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@labeled_block_break.js-2.snap fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
cfg__cfg_files@labeled_block_break.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@labelled_try_break.js-2.snap fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
cfg__cfg_files@labelled_try_break.js.snap fix(oxc_semantic): proper traversal of try statements (#2250) 2024-02-01 20:46:38 +08:00
cfg__cfg_files@logical_expressions_short_circuit.js-2.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@logical_expressions_short_circuit.js.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@member_access_with_numbered_index.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@member_access_with_numbered_index.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@member_access_with_unreachable.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@member_access_with_unreachable.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@nested_computed_member_expression.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@nested_computed_member_expression.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@new_and_meta.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@new_and_meta.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@new_class_then_call_fn.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@new_class_then_call_fn.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@object_in_computer_member_expression.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@object_in_computer_member_expression.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@parenthesized_and_sequence_expr.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@parenthesized_and_sequence_expr.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@private_in.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@private_in.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@simple_spread.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@simple_spread.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@spread_in_a_spread.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@spread_in_a_spread.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@string.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@string.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@switch_in_while.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@switch_in_while.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@switch_statement.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@switch_statement.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@template_literal.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@template_literal.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@template_string.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@template_string.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@two_functions.js-2.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@two_functions.js.snap feat(semantic): track cfg index per ast node (#2210) 2024-02-01 13:27:20 +08:00
cfg__cfg_files@unary_operator.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@unary_operator.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@while.js-2.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@while.js.snap fix(oxc_semantic): Handle short-circuiting operators in CFG (#2252) 2024-02-01 21:04:28 +08:00
cfg__cfg_files@yield_as_statement_and_expression.js-2.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00
cfg__cfg_files@yield_as_statement_and_expression.js.snap feat(semantic): cfg prototype (#2019) 2024-01-25 20:19:35 +08:00