compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/complex-while.js JAVASCRIPT 17 lines View on github.com → Search inside
1function foo(a, b, c) {2  label: if (a) {3    while (b) {4      if (c) {5        break label;6      }7    }8  }9  return c;10}1112export const FIXTURE_ENTRYPOINT = {13  fn: foo,14  params: ['TodoAdd'],15  isComponent: 'TodoAdd',16};

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.