Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/compiler_util.ts>processConfigureResponse

A modern runtime for JavaScript and TypeScript.
Go to Latest
function processConfigureResponse
import { processConfigureResponse } from "https://deno.land/x/deno@v0.30.0/cli/js/compiler_util.ts";

When doing a host configuration, processing the response and logging out and options which were ignored.

Parameters

configResult: ConfigureResponse
configPath: string

Returns

ts.Diagnostic[] | undefined