File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
tests/fixtures/ts/static-members Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ fn layout<'a>(
144144 AstNodes :: StaticMemberExpression ( _)
145145 | AstNodes :: ComputedMemberExpression ( _)
146146 | AstNodes :: ChainExpression ( _)
147+ | AstNodes :: TSNonNullExpression ( _)
147148 ) {
148149 first_non_static_member_ancestor = first_non_static_member_ancestor. parent ( ) ;
149150 }
Original file line number Diff line number Diff line change 1+ ( < IJSONSchema > (
2+ compoundConfigurationsSchema . items
3+ ) ) . oneOf ! [ 1 ] . properties ! . folder . enum = folderNames ;
Original file line number Diff line number Diff line change 1+ -- -
2+ source : crates / oxc_formatter / tests / fixtures / mod .rs
3+ -- -
4+ ==================== Input ====================
5+ (<IJSONSchema >(
6+ compoundConfigurationsSchema.items
7+ )).oneOf![1].properties!.folder.enum = folderNames;
8+
9+ ==================== Output ====================
10+ (<IJSONSchema >(
11+ compoundConfigurationsSchema.items
12+ )).oneOf![1].properties!.folder.enum = folderNames;
13+
14+ ===================== End =====================
You can’t perform that action at this time.
0 commit comments