ZNTC0906: 'yield' expression is not allowed in formal parameters
ZNTC0906
섹션 제목: “ZNTC0906”‘yield’ expression is not allowed in formal parameters
카테고리: 파서: await/yield/JSX/TS
재현 코드
섹션 제목: “재현 코드”function* g(x = yield 1) {}해결 방법
섹션 제목: “해결 방법”이 에러의 원인과 해결 방법은 에러 메시지를 참고하세요.