Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.39k stars 976 forks source link

Tonejs circular dependencies warning on Rollup build #1088

Open bbohec opened 2 years ago

bbohec commented 2 years ago

Describe the bug

Building web client bundle JS file through rollup have warning about Tonejs circular dependencies:

(!) Circular dependencies
node_modules\tone\build\esm\core\Global.js -> node_modules\tone\build\esm\core\context\OfflineContext.js -> node_modules\tone\build\esm\core\context\ToneAudioBuffer.js -> node_modules\tone\build\esm\core\Glfer.js -> node_modules\tone\build\esm\core\Global.js

To Reproduce

Expected behavior Tonejs package must not have circular dependencies.