-
-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Description
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
- 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox
Make sure to fork this template and run
pnpm generatein the terminal.Please make sure the Codegen and plugins version under
package.jsonmatches yours. - 2. A failing test has been provided
- 3. A local solution has been provided
- 4. A pull request is pending review
Describe the bug
Typing files appear to reference the .pnpm directory structure, which breaks type checking when using yarn or npm.
To Reproduce
$ npm init -y
$ npm install --save-dev @graphql-inspector/core
$ grep -r '///' node_modules/@graphql-inspector/core/
node_modules/@graphql-inspector/core//typings/validate/query-depth.d.ts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />
node_modules/@graphql-inspector/core//typings/validate/alias-count.d.ts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />
node_modules/@graphql-inspector/core//typings/validate/directive-count.d.ts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />
node_modules/@graphql-inspector/core//typings/validate/directive-count.d.cts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />
node_modules/@graphql-inspector/core//typings/validate/complexity.d.cts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />
node_modules/@graphql-inspector/core//typings/validate/query-depth.d.cts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />
node_modules/@graphql-inspector/core//typings/validate/complexity.d.ts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />
node_modules/@graphql-inspector/core//typings/validate/alias-count.d.cts:/// <reference types="node_modules/.pnpm/[email protected]/node_modules/dependency-graph/lib" />Expected behavior
No results for grep
Environment:
@graphql-inspector/[email protected]
Additional context
Metadata
Metadata
Assignees
Labels
No labels