Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExtractorContext

interface ExtractorContext {
code: string;
envMode?: "dev" | "build";
extracted: Set<string> | CountableSet<string>;
id?: string;
readonly original: string;
}

§Properties

§
code: string
[src]
§
envMode?: "dev" | "build"
[src]
§
extracted: Set<string> | CountableSet<string>
[src]
§
id?: string
[src]
§
readonly original: string
[src]