aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util/logging.ts
AgeCommit message (Collapse)Author
2021-06-08moving logger into taler-utilSebastian
2021-06-02fix issues with circular importsFlorian Dold
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.
2020-09-01fix exception thrown during logging, include stack traceFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold