()
| 34 | |
| 35 | @pytest.fixture(scope="module") |
| 36 | def vue_parser(): |
| 37 | return VueTreeSitterParser(_make_wrapper("vue")) |
| 38 | |
| 39 | |
| 40 | # --- registry / dispatch ------------------------------------------------- |
nothing calls this directly
no test coverage detected