Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

TypeScript error: TS1005 '=' expected. #28

@paperbackdragon

Description

@paperbackdragon

I'm getting errors that look like this when I use jest-playwright-preset (and this project is a dependency):

.../common/temp/node_modules/.pnpm/jest-process-manager@0.2.8/node_modules/jest-process-manager/src/types.d.ts:2:13
ERROR: 2:13  TS1005  '=' expected.
.../common/temp/node_modules/.pnpm/jest-process-manager@0.2.8/node_modules/jest-process-manager/src/types.d.ts:2:49
ERROR: 2:49  TS1005  ';' expected.
.../common/temp/node_modules/.pnpm/jest-process-manager@0.2.8/node_modules/jest-process-manager/src/types.d.ts:3:13
ERROR: 3:13  TS1005  '=' expected.
.../common/temp/node_modules/.pnpm/jest-process-manager@0.2.8/node_modules/jest-process-manager/src/types.d.ts:3:36
ERROR: 3:36  TS1005  ';' expected.

I'm using TypeScript 3.7.5, I think the issue is that you all may have a dependency on a newer version. Is it possible to make this repo's types compatible with 3.7.5?

Metadata

Metadata

Assignees

No one assigned

    Labels

    typesSomething is wrong with type definition

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions