wallet-core/packages/taler-wallet-core
Florian Dold 5e6cc41b7a
fix issues with circular imports
Parts of this commit are from a patch by sebasjm.  The circular imports
caused an issue with webpack.  While we don't use webpack in the wallet,
the wallet should still be importable by webpack.

Some packages were importing their dependencies via "index.js", which
re-exports public exports of the package.  This resulted in circular
dependencies which were resolved correctly by rollup, but not by
webpack.
2021-06-02 13:56:29 +02:00
..
src fix issues with circular imports 2021-06-02 13:56:29 +02:00
.gitignore modularize repo, use pnpm, improve typechecking 2020-08-03 13:01:05 +05:30
package.json re-add tests, more coin selection tests 2021-03-27 20:48:44 +01:00
rollup.config.js towards integration tests with fault injection 2020-08-06 00:30:36 +05:30
tsconfig.json towards wallet-core / util split 2021-03-17 17:56:37 +01:00