-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
@noSelfInFile configuration option is ignored for Function
After upgrading typescript-to-lua to never version I noticed that my code broke. I investigated and found out that @noSelfInFile directive is ignored for Function type. I am now unable to use Function type and have to write (...args: any[]) => any explicitly everywhere where I used to write Function. Please see this reproduction example in Playground:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels