Skip to content

Commit 47afd52

Browse files
BoshenCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4e2b7ee commit 47afd52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/oxc_ast/src/ast/js.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! This module contains the core AST node definitions for JavaScript syntax including:
44
//! - Program structure and statements
5-
//! - Expressions and literals
5+
//! - Expressions and literals
66
//! - Functions and classes
77
//! - Patterns and identifiers
88
//! - Module declarations (import/export)

crates/oxc_ast/src/ast/ts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! This module contains AST node definitions for TypeScript syntax including:
44
//! - Type annotations and declarations
5-
//! - Interfaces and type aliases
5+
//! - Interfaces and type aliases
66
//! - Enums and namespaces
77
//! - TypeScript-specific expressions
88
//! - Import/export extensions

0 commit comments

Comments
 (0)