Skip to content

Commit c5e78bf

Browse files
committed
Update snapshots
1 parent 3b85154 commit c5e78bf

File tree

4 files changed

+8
-1228
lines changed

4 files changed

+8
-1228
lines changed

crates/oxc_formatter/tests/fixtures/ts/static-members/argument.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ new TelemetryTrustedValue(
1515
)
1616
==================== Output ====================
1717
TelemetryTrustedValue(
18-
(instance.capabilities.get((TerminalCapability?.PromptTypeDetection))
19-
?.promptType),
18+
instance.capabilities.get(TerminalCapability?.PromptTypeDetection)
19+
?.promptType,
2020
);
2121

2222
new TelemetryTrustedValue(
23-
(instance.capabilities.get(
24-
(TerminalCapability?.PromptTypeDetection),
25-
)?.promptType),
23+
instance.capabilities.get(
24+
TerminalCapability?.PromptTypeDetection,
25+
)?.promptType,
2626
);
2727

2828
===================== End =====================

tasks/coverage/snapshots/formatter_babel.snap

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ commit: 777ded79
22

33
formatter_babel Summary:
44
AST Parsed : 2440/2440 (100.00%)
5-
Positive Passed: 2420/2440 (99.18%)
5+
Positive Passed: 2421/2440 (99.22%)
66
Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/annex-b/enabled/valid-assignment-target-type/input.js
77
Cannot assign to this expression
88
Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/annex-b/enabled/valid-assignment-target-type-createParenthesizedExpressions/input.js
99
Cannot assign to this expression
10-
Mismatch: tasks/coverage/babel/packages/babel-parser/test/fixtures/comments/basic/call-expression-function-argument/input.js
11-
1210
Expect 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
1412
Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/es2026/async-explicit-resource-management/valid-module-block-top-level-using-binding/input.js

0 commit comments

Comments
 (0)