Skip to main content
Module

x/ts_morph/ts_morph.d.ts>FileSystemRefreshResult

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

Result of refreshing a source file from the file system.

Members

Deleted = 2

The source file was deleted.

NoChange = 0

The source file did not change.

Updated = 1

The source file was updated from the file system.