Module

x/ts_morph/mod.ts>SuperPropertyAccessExpression

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class SuperPropertyAccessExpression
extends SuperPropertyAccessExpressionBase<ts.SuperPropertyAccessExpression>
import { SuperPropertyAccessExpression } from "https://dotland.deno.dev/x/ts_morph@16.0.0/mod.ts";

Methods

getParent(): NodeParentType<ts.SuperPropertyAccessExpression>
getParentOrThrow(): NonNullable<NodeParentType<ts.SuperPropertyAccessExpression>>