1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/utils
2024-12-12 16:40:09 +01:00
..
.gitignore
.npmignore
bytes.ts Desktop: Attach log to crash dump when the application crashes 2024-04-26 16:08:08 +01:00
commandToString.test.ts
commandToString.ts
dom.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
env.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
execCommand.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
fs.ts
html.test.ts
html.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
index.ts
jest.config.js
jest.setup.js
Logger.test.ts All: Fix logger tests by adding time (#10433) 2024-05-15 15:37:31 +01:00
Logger.ts All: Improves formatting of log statements 2024-05-01 10:36:20 +01:00
markdown.test.ts
markdown.ts
net.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
object.test.ts
object.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
package.json Releasing sub-packages 2024-12-12 16:40:09 +01:00
path.test.ts
path.ts
README.md
splitCommandString.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
time.ts Mobile: Fix dayjs-related startup error (#10652) 2024-06-24 17:15:57 +02:00
tsconfig.json
types.ts
url.test.ts Chore: Improve link detection function 2024-04-27 11:22:36 +01:00
url.ts Chore: Improve link detection function 2024-04-27 11:22:36 +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 particularly important for Docker images, so that they can be trimmed down to only what's needed.