{"library":"typescript-yield","type":"library","category":null,"description":"A transpiler that enables use of ES6 yield statements in TypeScript before native support was available. Version 0.1.2 is a proof-of-concept with limited documentation. It transforms yield-based async patterns (often used with the 'suspend' library) into plain JavaScript. The tool requires manual preparation of type definition files and forbids the use of 'yield' anywhere else in the codebase. It has been largely superseded by native async/await and TypeScript's built-in generator support. Not recommended for new projects.","language":"javascript","status":"deprecated","version":"0.1.2","tags":["javascript","typescript","yield","generators","async"],"last_verified":"Fri May 01","install":[{"cmd":"npm install typescript-yield","imports":["No import needed; transpiler processes files globally","import { async } from 'suspend'","No explicit import; provided by the transpiler"]},{"cmd":"yarn add typescript-yield","imports":[]},{"cmd":"pnpm add typescript-yield","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/typescript-yield","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}