Skip to content

Commit

Permalink
Run another build..
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorCe committed Nov 27, 2024
1 parent d9237e1 commit 052c9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/teleport-plugin-common/src/utils/ast-utils.ts
Original file line number Diff line number Diff line change
@@ -328,7 +328,7 @@ export const objectToObjectExpression = (
return acc
}

// This is for function props that have successfully been parsed
// This is for function props that have successfully been parsed.
if (typeof value === 'object' && 'functionExpressionParseResult' in value) {
computedLiteralValue = value.functionExpressionParseResult
} else if (value instanceof ParsedASTNode || value.constructor.name === 'ParsedASTNode') {

0 comments on commit 052c9b8

Please sign in to comment.