1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/packages/utils
2024-03-02 11:04:23 +00:00
..
.gitignore
.npmignore
commandToString.test.ts
commandToString.ts
env.ts
execCommand.ts
fs.ts
html.test.ts
html.ts Desktop, Mobile, Cli: Fixes #9694: Correctly search HTML-entity encoded text 2024-02-08 18:14:07 +00:00
index.ts
jest.config.js
jest.setup.js
Logger.ts
markdown.test.ts
markdown.ts
net.ts
package.json Chore: Setup new release 3.0 2024-03-02 11:04:23 +00:00
path.test.ts Desktop: Security: Disallow UNC file links (#9979) 2024-02-22 21:29:16 +00:00
path.ts Desktop: Security: Disallow UNC file links (#9979) 2024-02-22 21:29:16 +00:00
README.md Tools: Spellcheck Markdown documents (#10004) 2024-02-26 16:53:48 +00:00
splitCommandString.ts
time.ts
tsconfig.json
types.ts
url.test.ts
url.ts Chore: Implement cSpell to detect spelling mistakes in codebase (#10001) 2024-02-26 10:16:23 +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 particularly important for Docker images, so that they can be trimmed down to only what's needed.