chore(build): migrate to vite #93
Annotations
10 errors and 5 warnings
lint:
src/catcher.ts#L101
Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly
|
lint:
src/catcher.ts#L121
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
lint:
src/catcher.ts#L135
Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly
|
lint:
src/catcher.ts#L139
Unexpected any value in conditional. An explicit comparison or type cast is required
|
lint:
src/catcher.ts#L153
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
lint:
src/catcher.ts#L182
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/catcher.ts#L193
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/catcher.ts#L220
Unexpected any value in conditional. An explicit comparison or type cast is required
|
lint:
src/catcher.ts#L231
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/catcher.ts#L362
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/modules/stackParser.ts#L10
Syntax error in namepath: https://github.com/stacktracejs/error-stack-parser
|