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/)

11 lines (10 loc) 314 B
import { n as PluginExtension } from "./PluginExtension-DlhUTOLC.js"; //#region src/WeslPluginOptions.d.ts interface WeslPluginOptions { weslToml?: string; extensions?: PluginExtension[]; /** Log plugin activity to stderr for debugging */ debug?: boolean; } //#endregion export { WeslPluginOptions as t };