UNPKG

@custom-elements-manifest/analyzer

Version:

<!-- [=> See Source <=](../../docs/analyzer/index.md) -->

8 lines (6 loc) 246 B
import { attrDecoratorPlugin } from '../decorators/attr.js'; import { customElementDecoratorPlugin } from '../decorators/custom-element-decorator.js'; export const fastPlugin = () => [ attrDecoratorPlugin(), customElementDecoratorPlugin() ]