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
When the return type is explicitly set to void it should also be set in the generated code explicitly to void. When enabling strict type checking in typescript compiler with the noImplicitAny option, all functions without explicit return type default to any.
Following code must be changed:
When the return type is explicitly set to void it should also be set in the generated code explicitly to void. When enabling strict type checking in typescript compiler with the
noImplicitAny
option, all functions without explicit return type default to any.Following code must be changed:
typescriptpoet/src/main/java/io/outfoxx/typescriptpoet/FunctionSpec.kt
Lines 107 to 109 in 62d7d4b
The text was updated successfully, but these errors were encountered: