Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: lint.
  • Loading branch information
7086cmd committed Sep 30, 2024
commit 524b20ac2e3ecb2e0adafca6f9c7a3b4c6d19a74
4 changes: 2 additions & 2 deletions crates/oxc_transformer/src/es2017/async_to_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use crate::es2017::utils::{
use oxc_allocator::{Box, CloneIn};
use oxc_ast::ast::{
ArrowFunctionExpression, AwaitExpression, BindingRestElement, Expression, FormalParameterKind,
Function, FunctionType, Program, TSThisParameter, TSTypeAnnotation,
TSTypeParameterDeclaration, TSTypeParameterInstantiation, VariableDeclarationKind,
Function, FunctionType, Program, TSThisParameter, TSTypeAnnotation, TSTypeParameterDeclaration,
TSTypeParameterInstantiation, VariableDeclarationKind,
};
use oxc_span::SPAN;
use oxc_syntax::operator::AssignmentOperator;
Expand Down