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
Hovering on vextend in app.js. No error should happen in Code's output panel.
Actual behavior:
Error:
Error processing request. Cannot set property 'typeParameters' of undefined
TypeError: Cannot set property 'typeParameters' of undefined
at assignContextualParameterTypes (/project/node_modules/typescript/lib/tsserver.js:36049:38)
at checkFunctionExpressionOrObjectLiteralMethod (/project/node_modules/typescript/lib/tsserver.js:36336:29)
// .... Elided, full error report in gist below
TypeScript Version: 2.8.1, next
Search Terms: allowJs undefined
Code
func.ts
app.js
tsconfig.json
Expected behavior:
Hovering on
vextend
in app.js. No error should happen in Code's output panel.Actual behavior:
Error:
Playground Link: https://gist.github.com/HerringtonDarkholme/0efdffb4c6ec576a7cd274cc1c5042a0
Related Issue: reduced from vuejs/vetur#751
The text was updated successfully, but these errors were encountered: