1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/utils
2023-06-27 10:24:24 +01:00
..
.gitignore Tools: Moved some utility functions to @joplin/utils to reduce dependencies between packages 2023-03-19 15:38:09 +00:00
commandToString.test.ts Chore: Fixed build 2023-03-19 17:03:04 +00:00
commandToString.ts Chore: Fixed build 2023-03-19 17:03:04 +00:00
execCommand.ts Tools: Simplify root workspace build 2023-04-06 12:11:45 +02:00
index.ts Chore: Access utils lib with relative path 2023-04-05 22:35:46 +02:00
jest.config.js Chore: Fixed build 2023-03-19 17:03:04 +00:00
net.ts Tools: Fix website builder 2023-04-04 12:04:42 +02:00
package.json Releasing sub-packages 2023-06-27 10:24:24 +01:00
README.md Tools: Moved some utility functions to @joplin/utils to reduce dependencies between packages 2023-03-19 15:38:09 +00:00
splitCommandString.ts Tools: Moved some utility functions to @joplin/utils to reduce dependencies between packages 2023-03-19 15:38:09 +00:00
time.ts Doc: Fixed sponsor avatars 2023-03-21 17:31:43 +00:00
tsconfig.json Tools: Moved some utility functions to @joplin/utils to reduce dependencies between packages 2023-03-19 15:38:09 +00:00

Utility package

Those are generic utility functions that can be imported from any other packages. This package however shouldn't have any dependency to any other Joplin package, so that it can be imported without having to import "lib", "renderer" and so on. This is particulary important for Docker images, so that they can be trimmed down to only what's needed.