Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/cli/config.ts>Config

Deno package for type-safe Clarinet tests
Latest
class Config
import { Config } from "https://deno.land/x/clarigen@v0.5.5/src/cli/config.ts";

Constructors

new
Config(config: ConfigFile, clarinet: ClarinetConfig)

Properties

clarinet: ClarinetConfig
configFile: ConfigFile
readonly
deno
readonly
docs
readonly
esm

Methods

getOutputs(type: OutputType): string[]
joinFromClarinet(filePath: string)
outputResolve(type: OutputType, filePath?: string): string[] | null
writeOutput(
type: OutputType,
contents: string,
filePath?: string,
)