Simple pass-through transformer (no AST parsing needed!)
| 13 | |
| 14 | /// Simple pass-through transformer (no AST parsing needed!) |
| 15 | pub struct JavaScriptTransformer { |
| 16 | _decisions: Vec<SelectedDecision>, |
| 17 | } |
| 18 | |
| 19 | impl JavaScriptTransformer { |
| 20 | /// Create a new pass-through transformer |
nothing calls this directly
no outgoing calls
no test coverage detected