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

x/deco/engine/schema/comments.ts

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Go to Latest
import * as deco from "https://deno.land/x/deco@1.35.3/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).