1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00
..
2020-11-05 16:58:23 +00:00
2020-11-05 16:58:23 +00:00
2021-06-04 00:34:19 -04:00
2021-06-07 15:46:35 +02:00
2021-05-16 17:28:49 +02:00
2021-03-15 16:33:42 +00:00
2021-05-10 11:32:31 +02:00
2020-11-05 16:58:23 +00:00
2020-11-05 16:58:23 +00:00
2021-01-27 17:42:58 +00:00
2021-01-27 17:42:58 +00:00
2021-05-21 17:02:56 +02:00
2020-11-05 16:58:23 +00:00
2021-06-01 11:28:50 +02:00
2021-06-01 11:28:50 +02:00
2020-11-05 16:58:23 +00:00
2021-06-07 15:46:35 +02:00
2020-11-05 16:58:23 +00:00
2020-11-05 16:58:23 +00:00
2021-05-04 16:02:57 +02:00

@joplin/lib

Library shared between all applications.

  • It should not have dependencies to any other @joplin package to avoid dependency cycles.
  • Binary packages should be passed via dependency injection from the parent packages, for example like it is done in shim-init-node. This is because each app might need to compile the binary package in a specific way, so doing it from /lib would cause issues.
  • It should not include the react or react-native packages because React in particular breaks when there's more than one instance of it in node_modules. React is passed via dependency injections so that some hooks can be shared.