Module

x/fresh/src/dev/deps.ts

The next-gen web framework.
Extremely Popular
Go to Latest
import * as mod from "https://dotland.deno.dev/x/fresh@1.1.2/src/dev/deps.ts";

Classes

Project that holds source files.

Functions

Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments.

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient.