| 18 | * grammar, delegating any `<cfscript>` tag bodies the same way. |
| 19 | */ |
| 20 | export class CfmlExtractor { |
| 21 | private filePath: string; |
| 22 | private source: string; |
| 23 | private language: Language; |
nothing calls this directly
no outgoing calls
no test coverage detected