1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00
Henry Heino 47072b3813
Chore: Migrate from css to @adobe/css-tools (#9660)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-01-06 12:13:23 +00:00
..
2023-12-30 21:12:31 +01:00
2024-01-05 18:21:24 +00:00
2024-01-05 18:16:09 +00:00
2023-12-23 22:38:01 +00:00
2023-08-01 15:38:59 +01:00
2023-12-13 19:24:58 +00:00
2023-08-04 10:57:54 +01:00
2023-12-13 19:24:58 +00:00
2023-08-01 15:38:59 +01: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.