Searched refs:customFormatters (Results 1 – 3 of 3) sorted by relevance
149 const customFormatters = new Map<string, PropertyFormatter>([ constant159 new SetFormatters(undefined, customFormatters).apply(tree);203 const customFormatters = new Map<string, PropertyFormatter>([ constant213 customFormatters.set('handler', new EnumFormatter(info.handlerMapping));216 new SetFormatters(undefined, customFormatters).apply(tree);
44 private readonly customFormatters?: Map<string, PropertyFormatter>,76 if (this.customFormatters?.get(node.name)) {77 return this.customFormatters.get(node.name);
41 const customFormatters = new Map([['timestamp', TIMESTAMP_NODE_FORMATTER]]); constant51 new SetFormatters(undefined, customFormatters).apply(tree);