UNPKG

@avensia-oss/ts-transform-glitz-displayname

Version:

A TypeScript custom transformer that adds a displayName to all Glitz components with a VariableStatement.

5 lines (4 loc) 244 B
import * as ts from 'typescript'; export declare const defaultOptions: {}; export type Options = typeof defaultOptions; export default function transformer(program: ts.Program, options?: Partial<Options>): ts.TransformerFactory<ts.SourceFile>;