UNPKG

@ts-nameof/transforms-ts

Version:

ts-nameof - TypeScript compiler transforms for ts-nameof packages.

5 lines (4 loc) 124 B
import * as ts from "typescript"; export interface VisitSourceFileContext { interpolateExpressions: Set<ts.Node>; }