karimsa/rsxjs

Circular import in coroutine/index.ts

Closed this issue · 1 comments

Description

There's a circular import in the coroutine code.

Steps to Reproduce (for bugs)

  1. Run npm run build
  2. Rollup warns: (!) Circular dependency: src/coroutine/index.ts -> src/coroutine/co.ts -> src/deferral/index.ts -> src/deferral/from-generator.ts -> src/coroutine/index.ts.

Your Environment (for bugs)

  • Package version (exact): v0.5.3-0
  • Operating system: *
  • Node.js version: *
  • npm version: *

Fixed in 563e007.