-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
closing-soonThis issue will automatically close in 2 days unless further comments are made.This issue will automatically close in 2 days unless further comments are made.
Description
Some bundlers (rollup in my case) mark the circular dependency in your package as an error:
This can be silenced by adding it to knownCircularDependencies in the Rollup configuration, but that isn't too pretty and needs to be done for every version.
-
transformsimportsUint8ArrayBlobAdapter -
Uint8ArrayBlobAdapterimportstransforms
Is this something that could be resolved?
Maybe by adding the mutate function as a third parameter to transformFromString?
Or by moving the two functions in transforms.ts to Uint8ArrayBlobAdapter.ts, not exporting them?
Thanks!
Metadata
Metadata
Assignees
Labels
closing-soonThis issue will automatically close in 2 days unless further comments are made.This issue will automatically close in 2 days unless further comments are made.