File tree Expand file tree Collapse file tree 4 files changed +8
-1228
lines changed
crates/oxc_formatter/tests/fixtures/ts/static-members Expand file tree Collapse file tree 4 files changed +8
-1228
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ new TelemetryTrustedValue(
1515)
1616==================== Output ====================
1717TelemetryTrustedValue (
18- ( instance .capabilities .get (( TerminalCapability ? .PromptTypeDetection ) )
19- ? .promptType ) ,
18+ instance .capabilities .get (TerminalCapability ? .PromptTypeDetection )
19+ ? .promptType ,
2020);
2121
2222new TelemetryTrustedValue (
23- ( instance .capabilities .get (
24- ( TerminalCapability ? .PromptTypeDetection ) ,
25- )? .promptType ) ,
23+ instance .capabilities .get (
24+ TerminalCapability ? .PromptTypeDetection ,
25+ )? .promptType ,
2626);
2727
2828===================== End =====================
Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ commit: 777ded79
22
33formatter_babel Summary :
44AST Parsed : 2440 / 2440 (100.00 % )
5- Positive Passed : 2420 / 2440 (99.18 % )
5+ Positive Passed : 2421 / 2440 (99.22 % )
66Expect to Parse : tasks / coverage / babel / packages / babel - parser / test / fixtures / annex - b / enabled / valid - assignment - target - type / input .js
77Cannot assign to this expression
88Expect to Parse : tasks / coverage / babel / packages / babel - parser / test / fixtures / annex - b / enabled / valid - assignment - target - type - createParenthesizedExpressions / input .js
99Cannot assign to this expression
10- Mismatch : tasks / coverage / babel / packages / babel - parser / test / fixtures / comments / basic / call - expression - function -argument/input.js
11-
1210Expect to Parse : tasks / coverage / babel / packages / babel - parser / test / fixtures / es2022 / top - level - await - unambiguous / module / input .js
1311` await` is only allowed within async functions and at the top levels of modules
1412Expect to Parse : tasks / coverage / babel / packages / babel - parser / test / fixtures / es2026 / async - explicit - resource - management / valid - module - block - top - level - using - binding / input .js
You can’t perform that action at this time.
0 commit comments