Skip to main content
Module

x/ts_morph/mod.ts>ScopedNode

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
interface ScopedNode
import { type ScopedNode } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Methods

getScope(): Scope

Gets the scope.

setScope(scope: Scope | undefined): this

Sets the scope.

hasScopeKeyword(): boolean

Gets if the node has a scope keyword.

function ScopedNode
import { ScopedNode } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Type Parameters

T extends Constructor<ScopedNodeExtensionType>