Skip to main content
Module

x/aleph/compiler/types.ts>DependencyDescriptor

The Full-stack Framework in Deno.
Go to Latest
type alias DependencyDescriptor
import { type DependencyDescriptor } from "https://deno.land/x/aleph@1.0.0-alpha.9/compiler/types.ts";
definition: { readonly specifier: string; readonly importUrl: string; readonly loc?: { start: number; end: number; ctxt: number; }; readonly dynamic?: boolean; }