| 39 | * Prohibited YAML features: anchors, aliases, merge keys, tags. |
| 40 | */ |
| 41 | export class ProhibitedYamlFeatureError extends ParseError { |
| 42 | feature: string |
| 43 | |
| 44 | constructor(message: string, options: ErrorOptions & { feature: string; filePath?: string }) { |
nothing calls this directly
no outgoing calls
no test coverage detected