Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tasks/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ git checkout main
cargo bench -p oxc_benchmark --bench parser -- --save-baseline main
critcmp # via `cargo binstall critcmp`
```

4 changes: 2 additions & 2 deletions tasks/coverage/snapshots/codegen_typescript.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: 81c95189

codegen_typescript Summary:
AST Parsed : 8343/8343 (100.00%)
Positive Passed: 8343/8343 (100.00%)
AST Parsed : 8637/8637 (100.00%)
Positive Passed: 8637/8637 (100.00%)
4 changes: 2 additions & 2 deletions tasks/coverage/snapshots/estree_typescript.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: 81c95189

estree_typescript Summary:
AST Parsed : 8282/8282 (100.00%)
Positive Passed: 8279/8282 (99.96%)
AST Parsed : 8575/8575 (100.00%)
Positive Passed: 8572/8575 (99.97%)
Mismatch: tasks/coverage/typescript/tests/cases/conformance/jsx/jsxReactTestSuite.tsx

Mismatch: tasks/coverage/typescript/tests/cases/conformance/jsx/tsxReactEmitEntities.tsx
Expand Down
Loading
Loading