You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/me/project/node_modules/ast-types/lib/types.js:664
throw new Error("did not recognize object of type " +
^
Error: did not recognize object of type "TSSatisfiesExpression"
at Object.getFieldNames (/Users/me/project/node_modules/ast-types/lib/types.js:664:19)
at visitChildren (/Users/me/project/node_modules/ast-types/lib/path-visitor.js:184:36)
at PVp.visitWithoutReset (/Users/me/project/node_modules/ast-types/lib/path-visitor.js:166:20)
at visitChildren (/Users/me/project/node_modules/ast-types/lib/path-visitor.js:203:25)
at PVp.visitWithoutReset (/Users/me/project/node_modules/ast-types/lib/path-visitor.js:166:20)
at NodePath.each (/Users/me/project/node_modules/ast-types/lib/path.js:87:26)
at visitChildren (/Users/me/project/node_modules/ast-types/lib/path-visitor.js:178:18)
at PVp.visitWithoutReset (/Users/me/project/node_modules/ast-types/lib/path-visitor.js:166:20)
at visitChildren (/Users/me/project/node_modules/ast-types/lib/path-visitor.js:203:25)
at PVp.visitWithoutReset (/Users/me/project/node_modules/ast-types/lib/path-visitor.js:166:20)
Node.js v18.12.1
Without TSSatisfiesExpression
"typescript": "^4.9.5",
TS docs: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html#the-satisfies-operator
Example syntax
The text was updated successfully, but these errors were encountered: