import * as mod from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/deps.ts";
Functions
f blue | Set text color to blue. |
f bold | Make the text bold. |
f btoa | CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation |
Concatenate the given arrays into a new Uint8Array. | |
f cyan | Set text color to cyan. |
f dim | The text emits only a small amount of light. |
Ensures that the directory exists.
If the directory structure does not exist, it is created. Like mkdir -p.
Requires the | |
This function invokes the "esbuild" command-line tool for you. It returns a promise that either resolves with a "BuildResult" object or rejects with a "BuildFailure" object. | |
Convert a glob string to a regular expression. | |
Set text color to green. | |
initialize the compiler wasm module. | |
f mitt | Mitt: Tiny (~200b) functional event emitter / pubsub. |
Parse the deps of the modules. | |
f red | Set text color to red. |
Serves HTTP requests with the given handler. | |
Serves HTTPS requests with the given handler. | |
Transforms the JSX/TS module into a JS module. | |
Compiles a CSS file, including optionally minifying and lowering syntax to the given targets. A source map may also be generated, but this is not enabled by default. | |
Set text color to yellow. |