politie / sherlock

A reactive programming library for JavaScript applications, built with TypeScript.
Apache License 2.0
39 stars 12 forks source link

Moved FunctionDatasource class to sherlock/utils #217

Closed rickbouman closed 2 years ago

rickbouman commented 2 years ago

Moved class to sherlock/utils and removed circular dependencies

emielb commented 2 years ago

@rickbouman I think you misunderstood the issue, functionDataSource was supposed to be moved to the @politie/sherlock-utils package, which is in this repo under /extensions/sherlock-utils, not to /src/utils. That should also save you a lot of changes to prevent circulars.