1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/packages/utils
renovate[bot] 217fd20985
Update jest monorepo to v29.6.2 (#8826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 11:30:21 +01:00
..
.gitignore
.npmignore fix dep 2023-06-27 15:02:14 +01: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
env.ts Server: Disallow loading env file that contains duplicate keys 2023-08-05 18:33:26 +01:00
execCommand.ts Tools: Simplify root workspace build 2023-04-06 12:11:45 +02:00
fs.ts Tools: Fixed updateIgnored so that it works consistently across platforms 2023-07-25 14:51:37 +01:00
html.ts Desktop: Refactor note list in preparation for plugin support (#8624) 2023-08-21 16:01:20 +01:00
index.ts Chore: cleanup 2023-07-16 17:48:13 +01:00
jest.config.js Chore: Fixed build 2023-03-19 17:03:04 +00:00
Logger.ts Chore: All: Change Logger to accept formatter function (#8702) 2023-08-28 14:30:56 +01:00
net.ts Desktop: Refactor note list in preparation for plugin support (#8624) 2023-08-21 16:01:20 +01:00
package.json Update jest monorepo to v29.6.2 (#8826) 2023-09-11 11:30:21 +01:00
README.md
splitCommandString.ts
time.ts Desktop: Refactor note list in preparation for plugin support (#8624) 2023-08-21 16:01:20 +01:00
tsconfig.json
types.ts Desktop: Refactor note list in preparation for plugin support (#8624) 2023-08-21 16:01:20 +01:00
url.test.ts Desktop: Fixes #8706: Pasting a resource in Rich Text editor breaks the resource link 2023-08-23 18:41:58 +01:00
url.ts Desktop: Fixes #8706: Pasting a resource in Rich Text editor breaks the resource link 2023-08-23 18:41:58 +01: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.