inferExpressionType
Function: inferExpressionType()
inferExpressionType(
node,context):ExpressionPrimitiveType
Defined in: analyzer/inferType.ts:21
Infers primitive type of the expression given a context. This is a best-effort analysis and intentionally conservative: when in doubt, it falls back to "unknown" or "any".