UNPKG

wesl-plugin

Version:

[![NPM Version](https://img.shields.io/npm/v/wesl-plugin)](https://www.npmjs.com/package/wesl-plugin) [![Static Badge](https://img.shields.io/badge/Read%20the%20-Docs-blue)](https://wesl-lang.dev/)

10 lines (7 loc) 229 B
import type { PluginExtension } from "./PluginExtension.ts"; export interface WeslPluginOptions { weslToml?: string; extensions?: PluginExtension[]; /** Log plugin activity to stderr for debugging */ debug?: boolean; }