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
Verze script-base v0.0.12 při kompilaci vždy selže na:
Unhandled rejection Error: Debug Failure. No error for last overload signature
at resolveCall (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:55202:38)
at resolveCallExpression (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:55548:20)
at resolveSignature (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:55904:28)
at getResolvedSignature (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:55935:26)
at checkCallExpression (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:56017:29)
at checkExpressionWorker (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:58295:28)
at checkExpression (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:58205:38)
at checkExpressionStatement (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:60582:13)
at checkSourceElementWorker (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:62990:28)
at checkSourceElement (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:62873:17)
at Object.forEach (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:309:30)
at checkSourceFileWorker (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:63191:20)
at checkSourceFile (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:63163:13)
at getDiagnosticsWorker (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:63238:17)
at Object.getDiagnostics (C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:63224:24)
at C:\Work\mango-cli\node_modules\typescript\lib\typescript.js:95842:85
Downgrade na script-base v0.0.10 chybu kompilace eliminuje.
mango-cli: 3.6.0
TypeScript: 3.7.2
Verze script-base v0.0.12 při kompilaci vždy selže na:
Downgrade na script-base v0.0.10 chybu kompilace eliminuje.
Prázdná fronta komponent projde bez chyby, jakákoliv předaná komponenta skončí chybou
Test case: https://github.com/enzy/ts-scriptsbase-debug-failure
tsconfig:
"strictFunctionTypes": false
The text was updated successfully, but these errors were encountered: