padloc/packages/core
Bruno Bernardino 50ae105b45
A few improvements, requested from the review:
- File reading is now happening later in the process;
- File reading now reuses methods from `core/attachment`;
- Errors thrown in the import now include an error message;
- Adds prettier command to "prettify" all files;
- Adds prettier command to check for files not conforming to prettier's config;
- Makes CI run the prettier:check command;
- Changes `export const method = () => {};` to `export function method() {}` in the `1pux-parser` file;
- Other minor consistency changes/fixes/improvements;
- Actually ran prettier on every file, and it had a lot of things to tweak.
2021-12-20 15:01:25 +00:00
..
src A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
test Add CI - Run Tests (v4) 2021-12-15 15:07:38 +00:00
vendor A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
package-lock.json Fix build issues by updating dependencies and regenerating lock files 2021-12-16 10:33:05 +01:00
package.json A few improvements, requested from the review: 2021-12-20 15:01:25 +00:00
tsconfig.json Implement full crypto suite in node crypto provider 2020-10-25 13:55:28 +01:00