You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Remove circular dependencies that exist in flow-js-testing codebase. Some of the exported methods will need to be broken out into separate files in order to facilitate this.
Problem
When building via rollup the following circular dependencies appear
Instructions
Remove circular dependencies that exist in flow-js-testing codebase. Some of the exported methods will need to be broken out into separate files in order to facilitate this.
Problem
When building via rollup the following circular dependencies appear
Steps to Reproduce
Attempt to build flow-js-testing
Acceptance Criteria
Rollup/microbundle does not show these warnings
Context
This is blocking #151 because the babel plugin for @onflow/fcl-bundle gets stuck in an infinite recursion due to this circular dependency tree.
The text was updated successfully, but these errors were encountered: