Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
camc314 committed Oct 4, 2023
1 parent c14e5b1 commit b9ab6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/oxc_ast/src/ast/js.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ pub struct VariableDeclarator<'a> {
pub definite: bool,
}

/// Using Declaration
/// <https://github.com/tc39/proposal-explicit-resource-management>
#[derive(Debug, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize), serde(tag = "type", rename_all = "camelCase"))]
Expand Down

0 comments on commit b9ab6cd

Please sign in to comment.