Module

x/aleph/compiler/types.ts>DependencyDescriptor

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