mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
```diff + BlockStatement + BlockStatement implements HasSpan + BlockStatement implements Statement + BlockStatement.statement + BlockStatementAST + BlockStatementAST implements BlockStatement + BlockStatementAST implements Statement + BlockStatementAST implements ASTNode + BlockStatementAST implements HasSpan + ExpressionStatement + ExpressionStatement implements HasSpan + ExpressionStatement implements Statement + ExpressionStatement.expression + ExpressionStatementAST + ExpressionStatementAST implements HasSpan + ExpressionStatementAST implements ExpressionStatement + ExpressionStatementAST implements ASTNode + ExpressionStatementAST implements Statement + VarRef + VarRef implements HasSpan + VarRef implements Expression + VarRef.name + VarRefAST + VarRefAST implements HasSpan + VarRefAST implements Expression + VarRefAST implements VarRef + VarRefAST implements ASTNode + WhileStatement + WhileStatement implements Statement + WhileStatement implements HasSpan + WhileStatement.condition + WhileStatement.body + WhileStatementAST + WhileStatementAST implements ASTNode + WhileStatementAST implements Statement + WhileStatementAST implements WhileStatement + WhileStatementAST implements HasSpan ``` |
||
|---|---|---|
| .. | ||
| 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 | ||