diff --git a/crates/oxc_transformer/src/es2017/async_to_generator.rs b/crates/oxc_transformer/src/es2017/async_to_generator.rs index b2d9eaec51139..148f5ae1fc35a 100644 --- a/crates/oxc_transformer/src/es2017/async_to_generator.rs +++ b/crates/oxc_transformer/src/es2017/async_to_generator.rs @@ -33,14 +33,12 @@ //! //! Implementation based on [@babel/plugin-transform-async-to-generator](https://babel.dev/docs/babel-plugin-transform-async-to-generator). //! -//! //! Reference: //! * Babel docs: //! * Esbuild implementation: //! * Babel implementation: //! * Babel helper implementation: //! * Async / Await TC39 proposal: -//! use oxc_ast::{ ast::{