-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
bugdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Repro: https://github.com/Zamiell/tstl-bug/blob/main/README.md courtesy of @Zamiell
/Users/lmbp/Desktop/tstl-bug/node_modules/typescript/lib/typescript.js:110412
throw e;
^
TypeError: tag.text.split is not a function
at collectAnnotations (/Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/utils/annotations.js:31:75)
at getSignatureAnnotations (/Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/utils/annotations.js:84:5)
at Object.isTupleReturnCall (/Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/utils/annotations.js:102:13)
at Object.exports.transformCallExpression [as transform] (/Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/visitors/call.js:169:41)
at TransformationContext.transformNode (/Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/context/context.js:45:62)
at TransformationContext.transformExpression (/Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/context/context.js:57:31)
at Object.exports.transformExpressionStatement [as transform] (/Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/visitors/expression-statement.js:27:28)
at TransformationContext.transformNode (/Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/context/context.js:45:62)
at /Users/lmbp/Desktop/tstl-bug/node_modules/typescript-to-lua/dist/transformation/context/context.js:71:58
at Array.flatMap (<anonymous>)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugdependenciesPull requests that update a dependency filePull requests that update a dependency file