add LLVM 18.1.0 and 18.1.1 #1059
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
src/gcc/gcc.ts#L226
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<void | ExecaReturnValue<string>>`
|
Lint:
src/gcc/gcc.ts#L227
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<void | ExecaReturnValue<string>>`
|
Lint:
src/gcc/gcc.ts#L228
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<void | ExecaReturnValue<string>>`
|
Lint:
src/gcc/gcc.ts#L229
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<void | ExecaReturnValue<string>>`
|
Lint:
src/gcc/gcc.ts#L237
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<void | ExecaReturnValue<string>>`
|
Lint:
src/gcc/gcc.ts#L238
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<void | ExecaReturnValue<string>>`
|
Lint:
src/gcc/gcc.ts#L239
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<void | ExecaReturnValue<string>>`
|
Lint:
src/gcc/gcc.ts#L240
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<void | ExecaReturnValue<string>>`
|
Lint:
src/llvm/__tests__/llvm.test.ts#L92
Caution: `path` also has a named export `join`. Check if you meant to write `import {join} from 'patha'` instead
|
Lint:
src/llvm/__tests__/llvm.test.ts#L93
Caution: `path` also has a named export `join`. Check if you meant to write `import {join} from 'patha'` instead
|
Loading