@jsverse/transloco-keys-manager
Version:
Extract translatable keys from projects that uses Transloco
6 lines (5 loc) • 337 B
TypeScript
import { TemplateExtractorConfig } from './types';
/**
* We can't use AST here since the comments markings support the read property, and the AST extracts them without context
* */
export declare function templateCommentsExtractor({ file, scopes, defaultValue, scopeToKeys, }: TemplateExtractorConfig): import("../../types").ScopeMap;