| 27 | const productMapKeysAsSet = new Set(Object.keys(productMap)) |
| 28 | |
| 29 | export class FrontmatterErrorsError extends Error { |
| 30 | constructor(message, frontmatterErrors) { |
| 31 | super(message) |
| 32 | this.frontmatterErrors = frontmatterErrors |
nothing calls this directly
no outgoing calls
no test coverage detected