Skip to main content
Module

x/blog/deps.ts

Minimal boilerplate blogging.
Go to Latest
import * as mod from "https://deno.land/x/blog@0.2.0/deps.ts";

Functions

Returns the list of CallSite objects from the V8 stack trace API.

Create and return a function which will dispatch messages to Google Analytics.

Parses the front matter of the input string and returns the parse result object.

Serves HTTP requests with the given handler.

Serves the files under the given directory root (opts.fsRoot).

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.

Interfaces

Information about the connection a request arrived on.

The interface returned from createReporter() that is then called to enqueue measurement messages to be sent to Google Analytics.