mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
fix(coverage): fix broken snapshot
This commit is contained in:
parent
4d32bfb55e
commit
2f2c133017
1 changed files with 1 additions and 1 deletions
|
|
@ -6845,7 +6845,7 @@ Expect to Parse: "typescript/types/const-type-parameters/input.ts"
|
|||
|
||||
× Unexpected token
|
||||
╭─[typescript/tsx/anonymous-function-generator-invalid/input.ts:1:1]
|
||||
1 │ fn = function* <,>(input: T): Generator<number> {
|
||||
1 │ const fn = function* <,>(input: T): Generator<number> {
|
||||
· ─
|
||||
2 │ yield 2;
|
||||
╰────
|
||||
|
|
|
|||
Loading…
Reference in a new issue