-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
Description
When updating a project from 1.6.2 to 1.8.0, I encountered an error:
\node_modules\typescript-to-lua\dist\transformation\builtins\index.js:114
const ownerSymbol = callSymbol.parent;
^
TypeError: Cannot read properties of undefined (reading 'parent')
code to reproduce error:
function test<T>(iterator: Iterator<T, T>) {
iterator.return && iterator.return();
}
In version 1.6.2 this code works
Reactions are currently unavailable