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
Just thought I would mention this here for visibility, but we are hitting a typescript crash (microsoft/TypeScript#60278) when trying to compile using typescript 3.6+ & 0.30.x. Works fine for typescript < 3.6 or @ramda/types < 0.30.
Error:
repo/node_modules/typescript/lib/tsc.js:120986
throw e;
^
TypeError: Cannot read properties of undefined (reading 'length')
at elaborateDidYouMeanToCallOrConstruct (repo/node_modules/typescript/lib/tsc.js:62405:62)
at elaborateError (repo/node_modules/typescript/lib/tsc.js:62360:10)
at checkTypeRelatedToAndOptionallyElaborate (repo/node_modules/typescript/lib/tsc.js:62344:24)
at getSignatureApplicabilityError (repo/node_modules/typescript/lib/tsc.js:74382:14)
at resolveCall (repo/node_modules/typescript/lib/tsc.js:74778:25)
at resolveCallExpression (repo/node_modules/typescript/lib/tsc.js:75193:12)
at resolveSignature (repo/node_modules/typescript/lib/tsc.js:75586:16)
at getResolvedSignature (repo/node_modules/typescript/lib/tsc.js:75612:18)
at checkCallExpression (repo/node_modules/typescript/lib/tsc.js:75723:23)
at checkExpressionWorker (repo/node_modules/typescript/lib/tsc.js:79132:16)
The text was updated successfully, but these errors were encountered:
Just thought I would mention this here for visibility, but we are hitting a typescript crash (microsoft/TypeScript#60278) when trying to compile using typescript 3.6+ & 0.30.x. Works fine for typescript < 3.6 or @ramda/types < 0.30.
Error:
The text was updated successfully, but these errors were encountered: