VALUE_REF_LANGS includes typescript/tsx/javascript but NOT jsx.
(self)
| 48 | } |
| 49 | /// VALUE_REF_LANGS includes typescript/tsx/javascript but NOT jsx. |
| 50 | fn value_refs(self) -> bool { |
| 51 | !matches!(self, Variant::Jsx) |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | /// typescriptExtractor.methodTypes / javascriptExtractor.methodTypes. |
no outgoing calls
no test coverage detected