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

checkCompatEnabled

function checkCompatEnabled(
context: ParserContext | TransformContext,
loc: SourceLocation | null,
...args: any[],
): boolean;
§
checkCompatEnabled(key: CompilerDeprecationTypes, context: ParserContext | TransformContext, loc: SourceLocation | null, ...args: any[]): boolean
[src]

§Parameters

§
context: ParserContext | TransformContext
[src]
§
...args: any[] optional
[src]

§Return Type

§
boolean
[src]