feat: split file system out into create-fs package, with diffCreatedDirectory tester #907
Annotations
10 errors and 1 warning
Run pnpm build:
packages/create/src/mergers/mergeCreatedDirectories.test.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create/src/mergers/mergeCreatedDirectories.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create/src/mergers/mergeFileEntries.test.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create/src/mergers/mergeFileEntries.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create/src/runners/applyFilesToSystem.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create/src/system/createSystemContext.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create/src/types/creations.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create/src/types/inputs.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create/src/types/system.ts#L1
Cannot find module 'create-fs' or its corresponding type declarations.
|
Run pnpm build:
packages/create-testers/src/diffCreatedDirectory.test.ts#L127
Argument of type '{} | {} | {} | { a: string; } | { a: string; } | { a: string; } | { a: string; } | { a: string; } | { a: (string | { mode: undefined; })[]; } | { a: (string | { mode: undefined; })[]; } | { a: (string | { mode: number; })[]; } | ... 16 more ... | { ...; }' is not assignable to parameter of type 'CreatedDirectory'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading