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
In extractSymbol.ts, getPossibleExtractionsWorker has two return undefined; statements. However, every use of this function immediately desctructures the result.
The text was updated successfully, but these errors were encountered:
TypeScript Version: master
In
extractSymbol.ts
,getPossibleExtractionsWorker
has tworeturn undefined;
statements. However, every use of this function immediately desctructures the result.The text was updated successfully, but these errors were encountered: