We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2b7ee commit 47afd52Copy full SHA for 47afd52
crates/oxc_ast/src/ast/js.rs
@@ -2,7 +2,7 @@
2
//!
3
//! This module contains the core AST node definitions for JavaScript syntax including:
4
//! - Program structure and statements
5
-//! - Expressions and literals
+//! - Expressions and literals
6
//! - Functions and classes
7
//! - Patterns and identifiers
8
//! - Module declarations (import/export)
crates/oxc_ast/src/ast/ts.rs
//! This module contains AST node definitions for TypeScript syntax including:
//! - Type annotations and declarations
-//! - Interfaces and type aliases
+//! - Interfaces and type aliases
//! - Enums and namespaces
//! - TypeScript-specific expressions
//! - Import/export extensions
0 commit comments