Skip to content

Commit

Permalink
Reformat references section
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel authored and Dunqing committed Aug 19, 2024
1 parent 8f0c686 commit fe025fa
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
//! Implementation based on [@babel/plugin-transform-nullish-coalescing-operator](https://babeljs.io/docs/babel-plugin-transform-nullish-coalescing-operator).
//!
//! ## References:
//! * <https://babeljs.io/docs/babel-plugin-transform-nullish-coalescing-operator> Babel documentation
//! * <https://github.com/babel/babel/tree/main/packages/babel-plugin-transform-nullish-coalescing-operator> Babel plugin implementation
//! * <https://github.com/tc39-transfer/proposal-nullish-coalescing> Nullish coalescing proposal
//! * Babel plugin implementation: <https://github.com/babel/babel/tree/main/packages/babel-plugin-transform-nullish-coalescing-operator>
//! * Nullish coalescing TC39 proposal: <https://github.com/tc39-transfer/proposal-nullish-coalescing>
use std::cell::Cell;

Expand Down

0 comments on commit fe025fa

Please sign in to comment.