Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dectyl/lib/deploy_worker.ts

Prototype library for testing Deno Deploy scripts using the Deno CLI
Latest
import * as dectyl from "https://deno.land/x/dectyl@0.10.7/lib/deploy_worker.ts";

Functions

Type check a script as if it were a Deploy script, resolving with an array of diagnostic information. If the array is empty, there were no issues with type checking.

Create a web worker which runs the provided module and its dependencies in a Deploy-like environment, and returns an API to interact with the loaded program.