-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuebugSomething isn't workingSomething isn't workingrepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
Description
Suggestion
This started happening to my yarn
/ yarn build
s on multiple dev machines after the 4.9 upgrade:
✖ nx run @typescript-eslint/visitor-keys:build
$ tsc -b tsconfig.build.json
src/visitor-keys.ts(153,3): error TS2322: Type '{ AccessorProperty: readonly ["decorators", "key", "typeAnnotation", "value"]; ArrayPattern: ("decorators" | "typeAnnotation" | "elements")[]; ArrowFunctionExpression: readonly ["typeParameters", "params", "returnType", "body"]; ... 101 more ...; TSVoidKeyword: never[]; }' is not assignable to type 'AdditionalKeys'.
Object literal may only specify known properties, and 'AccessorProperty' does not exist in type 'AdditionalKeys'.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
...merge conflict from something? Or maybe an issue with Nx caching?
juank1809
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuebugSomething isn't workingSomething isn't workingrepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs