mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
```diff + Argument.value + Argument implements HasSpan + ArgumentAST - FnCall.arguments + FnCall.argument - FnCallAST.arguments + FnCallAST.argument + interface Function + Function.is_async + Function.is_generator + Function.parameter + Function implements Expression + Function implements HasSpan + Parameter + Parameter.is_readonly + Parameter.assignment + Parameter.type_annotation + Parameter implements HasSpan + ParameterAST + ArrowFunction implements Function + ArrowFunction implements Expression + ArrowFunctionAST implements Function + ArrowFunctionAST implements Expression + FnDeclaration implements Function + FnDeclaration implements Expression + FnDeclarationAST implements Function + FnDeclarationAST implements Expression ``` |
||
|---|---|---|
| .. | ||
| oxc | ||
| oxc_allocator | ||
| oxc_ast | ||
| oxc_ast_lower | ||
| oxc_cli | ||
| oxc_diagnostics | ||
| oxc_formatter | ||
| oxc_hir | ||
| oxc_index | ||
| oxc_linter | ||
| oxc_macros | ||
| oxc_minifier | ||
| oxc_napi | ||
| oxc_parser | ||
| oxc_query | ||
| oxc_resolver | ||
| oxc_semantic | ||
| oxc_span | ||
| oxc_syntax | ||
| oxc_type_synthesis | ||
| oxc_wasm | ||