Skip to main content
Module

x/ts_morph/mod.ts>FileReference

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

Constructors

new
FileReference(compilerObject: ts.FileReference, sourceFile: SourceFile)

Methods

getFileName(): string

Gets the referenced file name.