We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e7934 commit 595d7f6Copy full SHA for 595d7f6
1 file changed
native/libcst/src/nodes/mod.rs
@@ -18,7 +18,8 @@ pub use statement::{
18
MatchPattern, MatchSequence, MatchSequenceElement, MatchSingleton, MatchStar, MatchTuple,
19
MatchValue, NameItem, Nonlocal, OrElse, Pass, Raise, Return, SimpleStatementLine,
20
SimpleStatementSuite, SmallStatement, StarrableMatchSequenceElement, Statement, Suite, Try,
21
- TryStar, While, With, WithItem,
+ TryStar, TypeAlias, TypeParam, TypeParameters, TypeVar, TypeVarLike, TypeVarTuple, While,
22
+ With, WithItem,
23
};
24
25
pub(crate) mod expression;
0 commit comments