| 11 | * - Schema blocks ({% schema %}...{% endschema %}) |
| 12 | */ |
| 13 | export class LiquidExtractor { |
| 14 | private filePath: string; |
| 15 | private source: string; |
| 16 | private nodes: Node[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected