Skip to main content
Module

x/deno2node/src/deps.deno.ts>FileSystemRefreshResult

Compile your Deno project to run on Node.js.
Go to Latest
enum FileSystemRefreshResult
import { FileSystemRefreshResult } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.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.