rreactSource ↗
Important source, API, test, documentation, and configuration paths.

Repository map

A bounded, source-grounded map of the imported repository.

Tests

  • scripts/babel/__tests__/transform-lazy-jsx-import-test.js
  • packages/dom-event-testing-library/__tests__/index-test.internal.js
  • scripts/babel/__tests__/transform-prevent-infinite-loops-test.js
  • scripts/babel/__tests__/transform-test-gate-pragma-test.js
  • .claude/skills/test/SKILL.md
  • fixtures/attribute-behavior/src/App.test.js
  • packages/eslint-plugin-react-hooks/__tests__/ESLintRuleExhaustiveDeps-test.js
  • packages/eslint-plugin-react-hooks/__tests__/ESLintRulesOfHooks-test.js
  • packages/eslint-plugin-react-hooks/__tests__/ReactCompilerRuleFlow-test.ts
  • packages/eslint-plugin-react-hooks/__tests__/ReactCompilerRuleTypescript-test.ts
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/01-user-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/02-default-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/compilationMode-all-output.txt
  • fixtures/dom/src/__tests__/nested-act-test.js
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/compilationMode-infer-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/default-config.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/function-scope-beats-module-scope-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/module-scope-use-memo-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/module-scope-use-no-memo-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/parse-flow-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/parse-typescript-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/todo-function-scope-does-not-beat-module-scope-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/use-memo-output.txt
  • compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/use-no-memo-output.txt
  • compiler/apps/playground/__tests__/e2e/page.spec.ts
  • compiler/apps/playground/__tests__/parseConfigOverrides.test.mjs
  • scripts/error-codes/__tests__/invertObject-test.js
  • scripts/error-codes/__tests__/transform-error-messages.js
  • packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js
  • packages/internal-test-utils/__tests__/ReactInternalTestUtilsDOM-test.js
  • scripts/eslint-rules/__tests__/no-primitive-constructors-test.internal.js
  • scripts/eslint-rules/__tests__/no-production-logging-test.internal.js
  • scripts/eslint-rules/__tests__/prod-error-codes-test.internal.js
  • scripts/eslint-rules/__tests__/safe-string-coercion-test.internal.js
  • scripts/eslint-rules/__tests__/warning-args-test.internal.js
  • packages/react-art/src/__tests__/ReactART-test.js
  • packages/react-cache/src/__tests__/ReactCacheOld-test.internal.js
  • packages/react-client/src/__tests__/ReactFlight-test.js
  • packages/react-client/src/__tests__/ReactFlightDebugChannel-test.js
  • compiler/crates/react_compiler_ast/tests/deep_nesting.rs
  • compiler/crates/react_compiler_ast/tests/round_trip.rs
  • compiler/crates/react_compiler_ast/tests/scope_resolution.rs

Documentation

  • .claude/instructions.md
  • .github/ISSUE_TEMPLATE/bug_report.md
  • compiler/.claude/agents/analyze-pass-impact.md
  • fixtures/art/README.md
  • packages/dom-event-testing-library/README.md
  • compiler/.claude/agents/compiler-review.md
  • .claude/skills/extract-errors/SKILL.md
  • CHANGELOG.md
  • compiler/.claude/agents/investigate-error.md
  • .claude/skills/feature-flags/SKILL.md
  • CLAUDE.md
  • compiler/.claude/agents/port-pass.md
  • .claude/skills/fix/SKILL.md
  • CODE_OF_CONDUCT.md
  • .github/PULL_REQUEST_TEMPLATE.md
  • compiler/.claude/rules/commit-convention.md
  • .claude/skills/flags/SKILL.md
  • CONTRIBUTING.md
  • compiler/.claude/rules/multi-step-instructions.md
  • fixtures/attribute-behavior/AttributeTableSnapshot.md
  • .claude/skills/flow/SKILL.md
  • compiler/.claude/rules/pass-docs.md
  • fixtures/attribute-behavior/README.md
  • README.md
  • compiler/.claude/rules/plan-docs.md
  • .claude/skills/verify/SKILL.md
  • compiler/.claude/rules/rust-port.md
  • SECURITY.md
  • scripts/bench/README.md
  • compiler/.claude/skills/compiler-commit/SKILL.md
  • packages/eslint-plugin-react-hooks/CHANGELOG.md
  • compiler/.claude/skills/compiler-orchestrator/SKILL.md
  • packages/eslint-plugin-react-hooks/README.md
  • compiler/.claude/skills/compiler-port/SKILL.md
  • compiler/.claude/skills/compiler-review/SKILL.md
  • fixtures/concurrent/time-slicing/README.md
  • compiler/.claude/skills/compiler-verify/SKILL.md
  • compiler/.claude/skills/plan-update/SKILL.md
  • compiler/.claude/skills/rust-port-status/SKILL.md
  • compiler/CHANGELOG.md
  • compiler/CLAUDE.md
  • compiler/README.md
  • fixtures/devtools/scheduling-profiler/README.md
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/README.md
  • compiler/apps/playground/README.md
  • fixtures/dom/README.md
  • scripts/devtools/README.md
  • scripts/error-codes/README.md
  • scripts/eslint-rules/README.md
  • packages/jest-react/README.md
  • packages/react-art/README.md
  • packages/react-cache/README.md
  • compiler/crates/TODO.md
  • packages/react-client/README.md
  • scripts/print-warnings/README.md
  • fixtures/dom/src/components/fixtures/text-inputs/README.md
  • scripts/release/README.md

Source

  • fixtures/attribute-behavior/src/App.js
  • fixtures/attribute-behavior/src/attributes.js
  • fixtures/attribute-behavior/src/index.js
  • fixtures/concurrent/time-slicing/src/Charts.js
  • fixtures/concurrent/time-slicing/src/Clock.js
  • fixtures/concurrent/time-slicing/src/index.js
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/LICENSE
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/assert.js
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/code-path-analyzer.js
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/code-path-segment.js
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/code-path-state.js
  • fixtures/dom/src/components/App.js
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/code-path.js
  • fixtures/dom/src/components/Fixture.js
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/fork-context.js
  • fixtures/dom/src/components/FixtureSet.js
  • packages/eslint-plugin-react-hooks/src/code-path-analysis/id-generator.js
  • fixtures/dom/src/components/Header.js
  • packages/eslint-plugin-react-hooks/src/index.ts
  • fixtures/dom/src/components/Iframe.js
  • packages/eslint-plugin-react-hooks/src/rules/ExhaustiveDeps.ts
  • fixtures/dom/src/components/IssueList.js
  • packages/eslint-plugin-react-hooks/src/rules/RulesOfHooks.ts
  • fixtures/dom/src/components/TestCase.js
  • packages/eslint-plugin-react-hooks/src/shared/ReactCompiler.ts
  • fixtures/dom/src/components/VersionPicker.js
  • packages/eslint-plugin-react-hooks/src/shared/ReactFeatureFlags.d.ts
  • fixtures/dom/src/components/fixtures/buttons/index.js
  • packages/eslint-plugin-react-hooks/src/shared/RunReactCompiler.ts
  • fixtures/dom/src/components/fixtures/custom-elements/index.js
  • packages/eslint-plugin-react-hooks/src/shared/Utils.ts
  • fixtures/dom/src/components/fixtures/date-inputs/index.js
  • packages/eslint-plugin-react-hooks/src/types/estree.d.ts
  • fixtures/dom/src/components/fixtures/date-inputs/switch-date-test-case.js
  • packages/eslint-plugin-react-hooks/src/types/global.d.ts
  • compiler/apps/playground/app/layout.tsx
  • fixtures/dom/src/components/fixtures/email-inputs/EmailDisabledAttributesTestCase.js
  • packages/eslint-plugin-react-hooks/src/types/hermes-eslint.d.ts
  • compiler/apps/playground/app/page.tsx
  • fixtures/dom/src/components/fixtures/email-inputs/EmailEnabledAttributesTestCase.js
  • packages/eslint-plugin-react-hooks/src/types/hermes-parser.d.ts
  • fixtures/dom/src/components/fixtures/email-inputs/JumpingCursorTestCase.js
  • fixtures/dom/src/components/fixtures/email-inputs/index.js
  • fixtures/dom/src/components/fixtures/error-handling/index.js
  • fixtures/dom/src/components/fixtures/event-pooling/hit-box.js
  • fixtures/dom/src/components/fixtures/event-pooling/index.js
  • fixtures/dom/src/components/fixtures/event-pooling/mouse-move.js
  • fixtures/dom/src/components/fixtures/event-pooling/persistence.js
  • fixtures/dom/src/components/fixtures/form-actions/index.js
  • fixtures/dom/src/components/fixtures/form-state/ControlledFormFixture.js
  • fixtures/dom/src/components/fixtures/form-state/index.js
  • fixtures/dom/src/components/fixtures/fragment-refs/CompareDocumentPositionCase.js
  • fixtures/dom/src/components/fixtures/fragment-refs/CompareDocumentPositionFragmentContainer.js
  • fixtures/dom/src/components/fixtures/fragment-refs/EventDispatchCase.js
  • fixtures/dom/src/components/fixtures/fragment-refs/EventFragmentContainer.js
  • fixtures/dom/src/components/fixtures/fragment-refs/EventListenerCase.js
  • fixtures/dom/src/components/fixtures/fragment-refs/FocusCase.js
  • fixtures/dom/src/components/fixtures/fragment-refs/GetClientRectsCase.js
  • fixtures/dom/src/components/fixtures/fragment-refs/GetRootNodeFragmentContainer.js
  • compiler/apps/playground/lib/compilation.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/IntersectionObserverCase.js
  • compiler/apps/playground/lib/createContext.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/PrintRectsFragmentContainer.js
  • packages/jest-react/src/JestReact.js
  • compiler/apps/playground/lib/defaultStore.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/ResizeObserverCase.js
  • compiler/apps/playground/lib/reactCompilerMonacoDiagnostics.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/ScrollIntoViewCase.js
  • compiler/apps/playground/lib/stores/index.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/ScrollIntoViewCaseComplex.js
  • compiler/apps/playground/lib/stores/messages.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/ScrollIntoViewCaseSimple.js
  • compiler/apps/playground/lib/stores/store.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/ScrollIntoViewTargetElement.js
  • compiler/apps/playground/lib/transitionTypes.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/TextNodesCase.js
  • compiler/apps/playground/lib/types.d.ts
  • fixtures/dom/src/components/fixtures/fragment-refs/index.js
  • fixtures/dom/src/components/fixtures/home.js
  • fixtures/dom/src/components/fixtures/hydration/Code.js

Configuration

  • .github/ISSUE_TEMPLATE/compiler_bug_report.yml
  • .github/ISSUE_TEMPLATE/config.yml
  • .github/ISSUE_TEMPLATE/devtools_bug_report.yml
  • fixtures/art/package.json
  • .github/dependabot.yml
  • .github/workflows/compiler_discord_notify.yml
  • .github/workflows/compiler_playground.yml
  • fixtures/attribute-behavior/package.json
  • packages/dom-event-testing-library/package.json
  • .github/workflows/compiler_prereleases.yml
  • .github/workflows/compiler_prereleases_manual.yml
  • .github/workflows/compiler_prereleases_nightly.yml
  • .github/workflows/compiler_rust.yml
  • .github/workflows/compiler_typescript.yml
  • .github/workflows/devtools_discord_notify.yml
  • .github/workflows/devtools_regression_tests.yml
  • fixtures/concurrent/time-slicing/package.json
  • package.json
  • .github/workflows/runtime_build_and_test.yml
  • .github/workflows/runtime_commit_artifacts.yml
  • .github/workflows/runtime_discord_notify.yml
  • .github/workflows/runtime_eslint_plugin_e2e.yml
  • .github/workflows/runtime_fuzz_tests.yml
  • .github/workflows/runtime_release_from_ci.yml
  • compiler/Cargo.toml
  • .github/workflows/shared_check_maintainer.yml
  • packages/eslint-plugin-react-hooks/package.json
  • .github/workflows/shared_cleanup_merged_branch_caches.yml
  • scripts/bench/package.json
  • .github/workflows/shared_cleanup_stale_branch_caches.yml
  • .github/workflows/shared_close_direct_sync_branch_prs.yml
  • .github/workflows/shared_label_core_team_prs.yml
  • fixtures/dom/package.json
  • .github/workflows/shared_lint.yml
  • .github/workflows/shared_stale.yml
  • scripts/devtools/package.json
  • packages/eslint-plugin-react-hooks/tsconfig.json
  • packages/internal-test-utils/package.json
  • scripts/eslint-rules/package.json
  • packages/jest-react/package.json
  • compiler/apps/playground/package.json
  • packages/react-art/package.json
  • compiler/apps/playground/tsconfig.json
  • compiler/crates/react_compiler/Cargo.toml
  • packages/react-cache/package.json
  • packages/react-client/package.json
  • compiler/crates/react_compiler_ast/Cargo.toml
  • compiler/crates/react_compiler_diagnostics/Cargo.toml

Other files

  • .codesandbox/ci.json
  • .eslintrc.js
  • flow-typed/environments/bom.js
  • .claude/settings.json
  • .prettierrc.js
  • fixtures/art/VectorWidget.js
  • flow-typed/environments/cssom.js
  • fixtures/art/app.js
  • flow-typed/environments/dom.js
  • packages/dom-event-testing-library/constants.js
  • flow-typed/environments/geometry.js
  • packages/dom-event-testing-library/domEnvironment.js
  • scripts/babel/getComments.js
  • fixtures/art/webpack.config.js
  • flow-typed/environments/html.js
  • packages/dom-event-testing-library/domEventSequences.js
  • scripts/babel/transform-lazy-jsx-import.js
  • flow-typed/environments/node.js
  • packages/dom-event-testing-library/domEvents.js
  • scripts/babel/transform-object-assign.js
  • LICENSE
  • flow-typed/environments/serviceworkers.js
  • packages/dom-event-testing-library/index.js
  • scripts/babel/transform-prevent-infinite-loops.js
  • flow-typed/environments/streams.js
  • scripts/babel/transform-react-version-pragma.js
  • ReactVersions.js
  • fixtures/attribute-behavior/public/manifest.json
  • flow-typed/environments/web-animations.js
  • packages/dom-event-testing-library/testHelpers.js
  • scripts/babel/transform-test-gate-pragma.js
  • compiler/.claude/settings.json
  • flow-typed/npm/error-stack-parser_v2.x.x.js
  • packages/dom-event-testing-library/touchStore.js
  • babel.config-react-compiler.js
  • flow-typed/npm/minimist_v1.x.x.js
  • scripts/bench/benchmark.js
  • babel.config-ts.js
  • scripts/bench/benchmarks/hacker-news/benchmark.js
  • babel.config.js
  • scripts/bench/benchmarks/hacker-news/build.js
  • dangerfile.js
  • scripts/bench/benchmarks/hacker-news/generate.js
  • flow-typed.config.json
  • scripts/bench/benchmarks/hacker-news/top-stories.js
  • fixtures/concurrent/time-slicing/public/manifest.json
  • scripts/bench/benchmarks/pe-class-components/benchmark.js
  • packages/eslint-plugin-react-hooks/babel.config.js
  • scripts/bench/benchmarks/pe-class-components/build.js
  • compiler/.eslintrc.js
  • packages/eslint-plugin-react-hooks/index.js
  • scripts/bench/benchmarks/pe-functional-components/benchmark.js
  • packages/eslint-plugin-react-hooks/jest.config.js
  • scripts/bench/benchmarks/pe-functional-components/build.js
  • fixtures/devtools/regression/server.js
  • packages/eslint-plugin-react-hooks/npm/index.d.ts
  • scripts/bench/benchmarks/pe-no-components/benchmark.js
  • fixtures/devtools/regression/shared.js
  • packages/eslint-plugin-react-hooks/npm/index.js
  • scripts/bench/benchmarks/pe-no-components/build.js
  • scripts/bench/build.js
  • compiler/apps/playground/.eslintrc.json
  • fixtures/devtools/scheduling-profiler/app.js
  • compiler/apps/playground/.vscode/extensions.json
  • fixtures/devtools/scheduling-profiler/run.js
  • scripts/bench/runner.js
  • scripts/bench/server.js
  • scripts/bench/stats.js
  • fixtures/dom/public/renderer.js
  • scripts/ci/check_license.sh
  • scripts/ci/download_devtools_regression_build.js
  • scripts/ci/pack_and_store_devtools_artifacts.sh
  • scripts/ci/run_devtools_e2e_tests.js
  • scripts/ci/test_print_warnings.sh
  • scripts/devtools/build-and-test.js
  • scripts/devtools/configuration.js
  • scripts/devtools/prepare-release.js
  • scripts/devtools/publish-release.js
  • scripts/devtools/utils.js
  • scripts/error-codes/Types.js
  • compiler/apps/playground/colors.js
  • scripts/error-codes/codes.json
  • compiler/apps/playground/components/AccordionWindow.tsx
  • packages/internal-test-utils/ReactInternalTestUtils.js
  • scripts/error-codes/extract-errors.js
  • compiler/apps/playground/components/Editor/ConfigEditor.tsx
  • packages/internal-test-utils/ReactJSDOM.js
  • scripts/error-codes/invertObject.js
  • compiler/apps/playground/components/Editor/EditorImpl.tsx
  • packages/internal-test-utils/ReactJSDOMUtils.js
  • scripts/error-codes/transform-error-messages.js
  • compiler/apps/playground/components/Editor/Input.tsx
  • compiler/apps/playground/components/Editor/Output.tsx
  • compiler/apps/playground/components/Editor/index.tsx
  • packages/internal-test-utils/consoleMock.js
  • compiler/apps/playground/components/Editor/monacoOptions.ts
  • packages/internal-test-utils/debugInfo.js
  • compiler/apps/playground/components/Header.tsx
  • packages/internal-test-utils/enqueueTask.js
  • compiler/apps/playground/components/Icons/IconChevron.tsx
Generated by smolify with deterministic-repository-import-v2 · 100 source files