@devaloop/prettier-plugin-devalang
Version:
Prettier plugin for Devalang formatting
3 lines (2 loc) • 606 B
TypeScript
import { ProgramNode, BpmDeclaration, BankDeclaration, LetDeclaration, LoopBlock, TriggerCall, GroupBlock, CallStatement, SpawnStatement, SleepStatement, Comment, Unknown, ImportStatement, ExportStatement, IfStatement, LoadStatement, BlankLine, ArrowCallStatement } from "../interfaces/statement";
export type Node = ProgramNode | BpmDeclaration | BankDeclaration | LetDeclaration | LoopBlock | TriggerCall | GroupBlock | CallStatement | SpawnStatement | SleepStatement | Comment | Unknown | ImportStatement | ExportStatement | IfStatement | LoadStatement | BlankLine | LoadStatement | ArrowCallStatement;