wallet-core/packages/taler-wallet-core/src
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
..
crypto fix issues with circular imports 2021-06-02 13:56:29 +02:00
headless fix issues with circular imports 2021-06-02 13:56:29 +02:00
i18n auto-format 2020-09-01 19:07:14 +05:30
operations fix issues with circular imports 2021-06-02 13:56:29 +02:00
util fix issues with circular imports 2021-06-02 13:56:29 +02:00
db.ts support multiple exchange details per base URL 2021-06-02 13:24:28 +02:00
index.ts fix issues with circular imports 2021-06-02 13:56:29 +02:00
pending-types.ts fix spelling issues 2021-04-27 23:42:25 +02:00
wallet.ts support multiple exchange details per base URL 2021-06-02 13:24:28 +02:00