(ast: AST)
| 2844 | * @since 3.10.0 |
| 2845 | */ |
| 2846 | export const encodedBoundAST = (ast: AST): AST => encodedAST_(ast, true) |
| 2847 | |
| 2848 | const toJSONAnnotations = (annotations: Annotations): object => { |
| 2849 | const out: Record<string, unknown> = {} |
nothing calls this directly
no test coverage detected