Skip to main content
Module

x/live/engine/schema/comments.ts

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
import * as live from "https://deno.land/x/live@1.75.5/engine/schema/comments.ts";

Variables

Parses and builds a JSONSchema based on the JsDoc attributes. E.g @title MyTitle becomes { title: "MyTitle" } Receives a @param spannable as an argument which is any statement or expression that contains .span as a property (inherits from HasSpan).