mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
docs(transformer/async-to-generator): remove empty lines from doc comment (#6642)
Style nit.
This commit is contained in:
parent
a3dea9c542
commit
f3451d7ec4
1 changed files with 0 additions and 2 deletions
|
|
@ -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: <https://babeljs.io/docs/en/babel-plugin-transform-async-to-generator>
|
||||
//! * Esbuild implementation: <https://github.com/evanw/esbuild/blob/main/internal/js_parser/js_parser_lower.go#L392>
|
||||
//! * Babel implementation: <https://github.com/babel/babel/blob/main/packages/babel-plugin-transform-async-to-generator>
|
||||
//! * Babel helper implementation: <https://github.com/babel/babel/blob/main/packages/babel-helper-remap-async-to-generator>
|
||||
//! * Async / Await TC39 proposal: <https://github.com/tc39/proposal-async-await>
|
||||
//!
|
||||
|
||||
use oxc_ast::{
|
||||
ast::{
|
||||
|
|
|
|||
Loading…
Reference in a new issue