UNPKG

@naxodev/gonx

Version:

Modern Nx plugin to use Go in a Nx workspace

10 lines (9 loc) 372 B
import { CreateNodesContextV2, ProjectConfiguration } from '@nx/devkit'; import { GoPluginOptions } from '../types/go-plugin-options'; export declare function createNodesInternal(configFilePath: string, options: GoPluginOptions, context: CreateNodesContextV2): { projects: { [x: string]: ProjectConfiguration & { root: string; }; }; };