/** * Tests for the no-side-effect-path rule. * * Conditions to flag a function: not module-init, not in test file, * exported, span >= 10 lines, >= 2 calls, no unresolved edges, no * textual side-effects in any callee (transitively), and at least one * caller invokes it as an ExpressionStatement (discarded=true). */ export {}; //# sourceMappingURL=no-side-effect-path.test.d.ts.map