Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class ConditionalExpressionStripperVisitor
extends Visitor
import { ConditionalExpressionStripperVisitor } from "https://deno.land/x/mesozoic@v1.0.0-alpha.38/lib/visitor/conditionaExpressionStripper.ts";

Constructors

new
ConditionalExpressionStripperVisitor(conditional: Types.ExpressionStatement | undefined)

Methods

isBinaryExpression(expression: Types.Expression | undefined): expression is Types.BinaryExpression
isIdentifier(expression: Types.Expression): expression is Types.Identifier
visitIfStatement(statement: Types.IfStatement): Types.Statement
visitTsType(type: Types.TsType): Types.TsType