dmonad / lib0

Monorepo of isomorphic utility functions
MIT License
345 stars 63 forks source link

Circular module dependencies in encoding.js, buffer.js, decoding.js #51

Closed deluksic closed 1 year ago

deluksic commented 1 year ago

Circular module dependencies are present in:

Version:

Note: this was reported while using solid-start build tool:

Circular dependency: node_modules/.pnpm/lib0@0.2.58/node_modules/lib0/encoding.js -> node_modules/.pnpm/lib0@0.2.58/node_modules/lib0/buffer.js -> node_modules/.pnpm/lib0@0.2.58/node_modules/lib0/encoding.js
Circular dependency: node_modules/.pnpm/lib0@0.2.58/node_modules/lib0/buffer.js -> node_modules/.pnpm/lib0@0.2.58/node_modules/lib0/decoding.js -> node_modules/.pnpm/lib0@0.2.58/node_modules/lib0/buffer.js
deluksic commented 1 year ago

duplicate of https://github.com/dmonad/lib0/issues/19 Sorry!