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

OnResolveResult

interface OnResolveResult {
errors?: PartialMessage[];
external?: boolean;
namespace?: string;
path?: string;
pluginData?: any;
pluginName?: string;
sideEffects?: boolean;
suffix?: string;
warnings?: PartialMessage[];
watchDirs?: string[];
watchFiles?: string[];
}

§Properties

§
external?: boolean
[src]
§
namespace?: string
[src]
§
path?: string
[src]
§
pluginData?: any
[src]
§
pluginName?: string
[src]
§
sideEffects?: boolean
[src]
§
suffix?: string
[src]
§
watchDirs?: string[]
[src]
§
watchFiles?: string[]
[src]