This website requires JavaScript.
Explore
Help
Sign In
dan
/
oxc
Watch
1
Star
0
Fork
You've already forked oxc
0
mirror of
https://github.com/danbulant/oxc
synced
2026-05-24 12:21:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
45b0d1147e
oxc
/
crates
/
oxc_semantic
/
tests
/
integration
/
cfg_fixtures
History
Boshen
de75fb2942
refactor: compile less test binaries to speed up CI (
#3414
)
...
The semantic crate currently compiles 5 binaries for integration test, this PR merges them into one.
2024-05-26 07:21:44 +00:00
..
argument_map.js
arrow_expressions.js
assignment_operators.js
break_from_a_label_in_global_scope.js
class.js
class_extend_super.js
cond_expr_in_arrow_fn.js
conditional_expression.js
do_while_break.js
expression_spread.js
fn_return_obj_expr_with_computed_key.js
for_in.js
function_as_expression.js
function_in_finally.js
if_else.js
if_stmt_in_for_in.js
import_as_function.js
index_into_object_with_symbol_as_arg.js
indexing_into_class_expression.js
infix_operators.js
labeled_block_break.js
labelled_try_break.js
logical_expressions_short_circuit.js
member_access_with_numbered_index.js
member_access_with_unreachable.js
nested_computed_member_expression.js
new_and_meta.js
new_class_then_call_fn.js
object_in_computer_member_expression.js
parenthesized_and_sequence_expr.js
private_in.js
simple_spread.js
some.tsx
spread_in_a_spread.js
string.js
switch_in_while.js
switch_statement.js
template_literal.js
template_string.js
two_functions.js
unary_operator.js
while.js
yield_as_statement_and_expression.js