Skip to main content

Bubbleflow Validation Tool

Validates BubbleFlow TypeScript code for syntax and structure

Quick Start

import { BubbleFlowValidationTool } from '@bubblelab/bubble-core';
const result = await new BubbleFlowValidationTool({

code: 'example', // TypeScript code to validate
}).action();

Operation Details

execute

code string required
TypeScript code to validate
options object
Validation configuration options
credentials Record<CredentialType,string>
Credentials (HIDDEN from AI - injected at runtime)
config Record<string,unknown>
Configuration for the validation tool (HIDDEN from AI - injected at runtime)